@charset "UTF-8";
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity {
  animation: opacity .3s 0s ease-out forwards;
}

#wrapper {
  margin: 0 auto;
}
#wrapper.main-wrapper .header-top-banner {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  background: rgba(255, 160, 48, 0.9); /* 50% 투명도 */
  backdrop-filter: blur(1px);
  /* box-shadow: 0 0 15px 0 #70737C38; */
  z-index: 100;
}
/* #wrapper #main .swiper-container {
  width: 100%;
  height: 470px;
  background-color: #fff;
}
#wrapper #main .swiper-container .mainSwiper {
  width: 1200px;
  height: 470px;
  margin: 0 auto;
}
#wrapper #main .swiper-container .mainSwiper .swiper-slide {
  cursor: pointer;
  background-size: contain;
}
#wrapper #main .swiper-container .mainSwiper .custom {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  bottom: 2rem;
  left: 50%;
  z-index: 10;
}
#wrapper #main .swiper-container .mainSwiper .custom .swiper-pagination {
  position: unset !important;
}
#wrapper #main .swiper-container .mainSwiper .custom .custom-btn button {
  background: transparent;
  width: 20px;
  height: 30px;
  padding: unset;
}
#wrapper #main .swiper-container .mainSwiper .custom .custom-btn button img {
  width: 100%;
  height: 100%;
}
#wrapper #main .swiper-container .mainSwiper .custom .custom-btn button.play {
  display: none;
}
#wrapper #main .swiper-container .mainSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
#wrapper #main .swiper-container .mainSwiper .swiper-pagination-bullet-active {
  background-color: #e75616;
} */

/* #wrapper.main-wrapper-reD #main {
  padding: 24rem 0 0;
} */

#wrapper #main {
  margin-top: 125px;
}

#wrapper #main .main_top {
  /* border-top: solid 1px #70737C38; */
  width: 100%;
}
#wrapper #main .main_top .noti_box {
  width: 506px;
  height: 58px;
  background: #6F727B0A;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  align-items: center;
  margin: 0px auto 20px;
  line-height: 35px;
}
#wrapper #main .main_top .noti_box .left {
  margin: 0 20px;
}
#wrapper #main .main_top .noti_box .right {
  width: 8%;
  text-align: center;
}

#wrapper #main .main_top .text_box {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  /* margin-right: 230px; */
}
#wrapper #main .main_top .text_box span{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

#wrapper #main .main_top .text_box_mb {
  /* width: 203px; */
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  /* margin-right: 198px; */
}
#wrapper #main .main_top .text_box_mb span{
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#wrapper #main .main_top .text_box_ad {
  /* width: 203px; */
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  /* margin-right: 184px; */
}
#wrapper #main .main_top .text_box_ad span{
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#wrapper #main .main_top img.login_plz {
  width: 31px;
  height: 36px;
}
#wrapper #main .main_top img.login_bt {
  position: relative;
  top: 8px;
  width: 10px;
  height: 20px;
}
#wrapper #main .swiper-container {
  width: 100%;
  /* height: 50rem; */
  margin-bottom: 40px;
  /* border-radius: 10px; */
  overflow: hidden;
}
#wrapper #main .swiper-container .swiper {
  width: 1080px;
  height: 423px;
  /* margin-top: 2rem; */
  overflow: unset;
  border-radius: 10px;
}
#wrapper #main .swiper-container .swiper .mainSwiper {
  overflow: hidden;
  border-radius: 10px;
}

#wrapper #main .swiper-container .swiper .swiper-slide {
  cursor: pointer;
  border-radius: 10px;
  height: 424px;
}
#wrapper #main .swiper-container .swiper .swiper-slide img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #main .swiper-container .swiper-button-prev,
#wrapper #main .swiper-container .main_prev,
#wrapper #main .swiper-container .main_best_prev {
  left: -65px;
}
#wrapper #main .swiper-container .swiper-button-next,
#wrapper #main .swiper-container .main_next,
#wrapper #main .swiper-container .main_best_next {
  right: -65px;
}
#wrapper #main .swiper-container .swiper-button-prev,
#wrapper #main .swiper-container .swiper-button-next,
#wrapper #main .swiper-container .main_prev,
#wrapper #main .swiper-container .main_next,
#wrapper #main .swiper-container .main_best_next,
#wrapper #main .swiper-container .main_best_prev {
  transition: all 0.2s;
}
#wrapper #main .swiper-container .swiper-button-prev:hover,
#wrapper #main .swiper-container .swiper-button-next:hover,
#wrapper #main .swiper-container .main_prev:hover,
#wrapper #main .swiper-container .main_next:hover,
#wrapper #main .swiper-container .main_best_prev:hover,
#wrapper #main .swiper-container .main_best_next:hover {
  padding: 1rem 2.2rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
}
#wrapper #main .swiper-container .swiper-button-next::after,
#wrapper #main .swiper-container .swiper-button-prev::after,
#wrapper #main .swiper-container .main_prev::after,
#wrapper #main .swiper-container .main_next::after,
#wrapper #main .swiper-container .main_best_prev::after,
#wrapper #main .swiper-container .main_best_next::after {
  font-size: 20px;
  /* font-weight: 700; */
  color: #222;
}


#wrapper #main .swiper-container .main_next:after,
#wrapper #main .swiper-container .main_best_next::after,
#wrapper #main .swiper-container .swiper-button-next:after {
  content: 'next';
}
#wrapper #main .swiper-container .main_prev:after,
#wrapper #main .swiper-container .main_best_prev::after,
#wrapper #main .swiper-container .swiper-rtl .swiper-button-prev:after {
  content: 'prev';
}

#wrapper #main .swiper-container .main_next:after,
#wrapper #main .swiper-container .main_prev:after,
#wrapper #main .swiper-container .main_best_prev::after,
#wrapper #main .swiper-container .main_best_next::after{
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

#wrapper #main .swiper-container .main_prev,
#wrapper #main .swiper-container .main_next,
#wrapper #main .swiper-container .main_best_prev,
#wrapper #main .swiper-container .main_best_next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
#wrapper #main .swiper-container .swiper-pagination {
  /* bottom: -27px !important; */
}
#wrapper #main .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #222;
}

#wrapper #main .swiper-container.main_list {
  width: unset;
  height: unset;
  overflow: unset;
}

#wrapper #main .swiper-container.main_list .swiper.main_list_swiper {
  width: unset;
  height: unset;
  /* margin-top: 2rem; */
  overflow: unset;
}

#wrapper #main .swiper-container.main_list .swiper.main_list_swiper .swiper-wrapper.main_list_wrapper {
  /* position: relative; */
  /* transition-property: transform; */
  /* transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); */
  /* box-sizing: content-box; */
  margin-top: 24px;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 13px;
  margin-bottom: 56px;
  transform: translate3d(0px, 0, 0) !important;
}

#wrapper #main .swiper-container.main_list .swiper.main_list_swiper .swiper-wrapper.main_list_wrapper .swiper-slide{
  display: contents;
  /* width: 207px !important;
  height: 400px; */
}

/* #wrapper #main .category-part {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 58px auto 56px;
}
#wrapper #main .category-part a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#wrapper #main .category-part a span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
#wrapper #main .category-part a:hover img {
  transition: transform 0.3s;
  transform: scale(1.1);
} */

/* #wrapper #main .category-part {
  padding: 8rem 0 0;
} */
 
#wrapper #main .category-part .section-inner .categories-container {
  max-width: 1200px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 0px auto 80px;
  gap: 72px;
}
#wrapper #main .category-part .section-inner .categories-container .box {
  display: flex;
  flex-direction: column;
  width: 7%;
  gap: 1.2rem;
  /* gap: 5px; */
  align-items: center;
}
#wrapper #main .category-part .section-inner .categories-container .box .icon {
  /* width: 15rem;
  height: 12.8rem; */
  /* width: 13rem;
  height: 50px; */
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  transition: all 0.3s;
}
#wrapper #main .category-part .section-inner .categories-container .box .icon img {
  /* width: 7.5rem; */
  /* width: 50px;
  height: 76px; */
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-movie {
  /* background-color: #fef7d8; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-series {
  /* background-color: #e5f6ff; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-show {
  /* background-color: #ecfbe2; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-et {
  /* background-color: #e4f9f3; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-bwn {
  /* background-color: #efe8ff; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-btf {
  /* background-color: #fde9e2; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon.icon-btf-visit {
  /* background-color: #ECF2FC; */
}
#wrapper #main .category-part .section-inner .categories-container .box .icon:hover {
  transform: scale(1.1);
}
#wrapper #main .category-part .section-inner .categories-container .box p {
  font-size: 15px;
  font-weight: 400;
  color: #37383C9C;

}

#wrapper #main .info-btn {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: unset;
}
#wrapper #main .info-btn div {
  position: absolute;
  border-radius: 1rem;
  background-color: #ddd;
  /* width: 29rem; */
  width: 38rem;
  height: auto;
  padding: 1.5rem;
  left: 59px;
  /* transform: translateX(-50%); */
  transform: translate(-42px, -39px);
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
  display: none;
  z-index: 1;
}

#wrapper #main .info-btn:hover div {
  display: block;
}

#wrapper #main .sns-part {
  position: relative;
  max-width: 1200px;
  height: 195px;
  background-color: #fff1e0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 74px;
  padding-right: 40px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.13);
}
#wrapper #main .sns-part .mascot {
  position: absolute;
  left: 40px;
  bottom: 0;
}
#wrapper #main .sns-part h2 {
  width: 288px;
  height: 83px;
  margin-left: 250px;
  line-height: 1.27;
  letter-spacing: 0px;
  font-size: 3rem;
}
#wrapper #main .sns-part .sns-container {
  display: flex;
  gap: 3.5rem;
  align-items: flex-start;
}
#wrapper #main .sns-part .sns-container p {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
#wrapper #main .sns-part .sns-container p:nth-of-type(2) {
  font-size: 26px;
  font-weight: 600;
  color: #eb8200;
}
#wrapper #main .sns-part .sns-container .divider {
  border-right: 1px solid #f0d5b6;
  width: 0;
  height: 120px;
}
#wrapper #main .sns-part .sns-container .part {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
#wrapper #main .sns-part .sns-container .part img {
  width: auto;
  height: 36px;
}
#wrapper #main .movie-list-part {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper #main .movie-list-part .part_top {
  display: flex;
  align-items: center;
  margin: 0px 58px 0px 59px;
  justify-content: space-between;
}

#wrapper #main .movie-list-part .part_top h3.title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}

#wrapper #main .movie-list-part .part_top a.more_btn {
  font-size: 16px;
  font-weight: 400;
  color: #FF8B00;
}

#wrapper #main .movie-list-part .part_top a img {
  margin-left: 5px;
}
#wrapper #main .movie-list-part .movie-list-container {
  margin-top: 24px;
  max-width: 1087px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-left: 54px;
  gap: 60px 13px;
  margin-bottom: 56px;
}

#wrapper #main .movie-list-part .movie-list-container.end_container {
  margin-top: 24px;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: 58px;
  gap: 0px 15px;
  margin-bottom: 100px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view {
  position: relative;
  overflow: hidden;
  width: 286px;
  height: 407px;
  /* border-radius: 30px; */
  /* background: url(../icon/main/movie/movie-img1.webp) no-repeat; */
  background-size: contain;
  cursor: pointer;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .top-part {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .top-part span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .top-part .top-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  min-width: 87px;
  height: 26px;
  padding: 0 7px;
  text-align: center;
  line-height: 26px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.9);
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .date_limit span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .date_limit {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0.5rem; */
  color: #fff;
  width: 35px;
  height: 20px;
  margin-left: 5px;
  /* padding: 0 7px; */
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.9);
}



#wrapper #main .movie-list-part .movie-list-container .movie-view .right_part {
  font-size: 13px;
  font-weight: 400;
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .right_part .applicant{
  font-size: 13px;
  font-weight: 600;
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .top-part .top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #fff;
  min-width: 72px;
  height: 26px;
  padding: 0 8px;
  text-align: center;
  line-height: 26px;
  border-radius: 15px;
  background-color: #ffa030;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container {
  position: absolute;
  bottom: -122px;
  left: 0;
  width: 100%;
  height: 186px;
  padding: 16px 14px 19px;
  color: #fff;
  transition: bottom linear 0.3s;
  background: rgba(0, 0, 0, 0.7);
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 10px;
  /* gap: 0.5rem; */
  /* margin-bottom: 2.2rem; */
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .icon_date {
  display: flex;
  align-items: center;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .title-box img {
  height: 25px;
  width: auto;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .title-box .movie-title {
  line-height: 20px;
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .title-box_sub {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .rate-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  margin-bottom: 16px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .rate-box .rate {
  background: url(../icon/main/logo_memo.svg) center no-repeat;
  background-size: contain;
  width: 186px;
  height: 36px;
  color: #e34949;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .rate-box .rate span {
  font-size: 16px;
  margin-left: 0.4rem;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .bottom-part {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .bottom-part ul {
  text-align: center;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .bottom-part ul li:first-of-type {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0.7rem;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .bottom-part ul li:last-of-type {
  color: #f5bc76;
  font-size: 16px;
  font-weight: 700;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .info-container .bottom-part .divider {
  border-right: 1px solid #fff;
  opacity: 0.4;
  width: 0;
  height: 32px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view:hover .info-container {
  bottom: 0;
  transition: bottom 0.3s;
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .bottom_area {
  display: flex;
  gap: 5px;
}
#wrapper #main .movie-list-part .movie-list-container .movie-view .bottom_area .point {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #70737C38;
  color: #333333;
  width: 65px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #FFFFFF;
}

#wrapper #main .movie-list-part .movie-list-container .movie-view .bottom_area .new_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E00000;
  color: #E13333;
  width: 45px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #FFFFFF;
}

#wrapper #main section.best-section {
  width: 100%;
  /* background-color: #f7f7f7; */
  /* padding: 69px 0 76px; */
  /* padding: 69px 0 0px; */
}
#wrapper #main section.best-section .section-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#wrapper #main section.best-section .section-inner .part_top {
  display: flex;
  align-items: center;
  margin: 0px 58px 0px 59px;
  justify-content: space-between;
}

#wrapper #main section.best-section .section-inner .part_top h3.title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}

#wrapper #main section.best-section .section-inner .part_top a.more_btn {
  font-size: 16px;
  font-weight: 400;
  color: #FF8B00;
}

#wrapper #main section.best-section .section-inner .part_top a img {
  margin-left: 5px;
}

#wrapper #main section.best-section .content-container .re-design.movie-view .poster-box {
  /* width: 24rem;
  height: 34.2rem; */
  /* width: 230px; */
  width: 207px;
  height: 295px;
  /* height: 328px; */
  /* margin: 1rem 0; */
  /* overflow: hidden; */
  outline: 1px solid rgba(221, 221, 221, 0.3803921569);
}
#wrapper #main section.best-section .content-container .re-design.movie-view .poster-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #main section.best-section .swiper-container.main_best .swiper.main_best_swiper {
  width: 100%;
  height: 100%;
  /* margin-top: 2rem; */
  overflow: unset;
}

#wrapper #main section.best-section .swiper-container.main_best .swiper.main_best_swiper .swiper-wrapper.main_best_wrapper {
  /* position: relative; */
  /* transition-property: transform; */
  /* transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); */
  /* box-sizing: content-box; */
  margin-top: 24px;
  max-width: 1200px;
  height: auto;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 60px 13px;
  margin-bottom: 56px;
  transform: translate3d(0px, 0, 0) !important;
}

#wrapper #main section.best-section .swiper-container.main_best .swiper.main_best_swiper .swiper-wrapper.main_best_wrapper .swiper-slide{
  display: contents;
  /* width: 207px !important;
  height: 400px; */
}

#wrapper #main .swiper-container.main_end .swiper.main_end_swiper {
  margin-left: unset;
  overflow: hidden;
  border-radius: 10px;
  height: 387px;
}

#wrapper #main .swiper-container.main_end .swiper.main_end_swiper .swiper-slide {
  cursor: pointer;
  width: 275px;
  border-radius: 10px;
}
#wrapper #main section.best-section .section-inner .content-container {
  width: 1084px;
  height: 320px;
  /* width: 100%; */
  margin-top: 26px;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 29px 19px;
  margin-bottom: 100px;
  margin-left: 58px;

  overflow: hidden;
}
#wrapper #main section.best-section .section-inner .content-container .content-view {
  width: 590px;
  height: 214px;
  padding: 18px 24px;
  display: flex;
  gap: 1.8rem;
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .content-img {
  background: url(../icon/main/movie/movie-img2.webp) center no-repeat;
  background-size: cover;
  min-width: 177px;
  height: 177px;
  border-radius: 19px;
  overflow: hidden;
  background-position: center !important;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part img {
  width: auto;
  height: 40px;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part img.insta-adj {
  width: auto;
  height: 33.2px;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part .content-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0px;
  color: #000;
  margin: 2px 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part .content-sub-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part ul li {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #606060;
  margin-bottom: 8px;
}
#wrapper #main section.best-section .section-inner .content-container .content-view .right-part ul li:last-of-type {
  margin-bottom: unset;
}
#wrapper #main section.best-section .section-inner .content-container .content-view:hover {
  transition: all 0.3s;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
}
#wrapper #main section.best-section .section-inner .content-container .content-view:hover h6.content-title {
  text-decoration: underline;
}
#wrapper #main section.best-section .section-inner .more-btn {
  background-color: #e6e6e6;
}

#wrapper #main section.best-section .section-inner .movie-view .info-container .title-box .icon_date {
  width: 25px;
  height: 25px;
}

#wrapper #main section.best-section .section-inner .swiper .swiper-slide {
  cursor: pointer;
  width: 208px;
}
#wrapper #main section.best-section .swiper-container {
  width: 100%;
  height: 339px;
  overflow: hidden;
}

#wrapper #main section.best-section .swiper-container .swiper-wrapper {
  /* width: 97%;
  overflow: hidden; */
}

#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .content-img {
  /* background: url(../icon/main/movie/movie-img2.webp) center no-repeat; */
  background-size: cover;
  /* min-width: 177px; */
  height: 219px;
  border-radius: 5px;
  overflow: hidden;
  background-position: center !important;
}

#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .media-title{
  margin: 10px 0px 4px 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}

#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .content-title{
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #37383C9C;

}

#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .content_bottom{
  display: flex;
  align-items: center;
  gap: 5px;
}
#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .content_bottom img{
  width: 25px;
  height: 25px;
}
#wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .content_bottom span{
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

#wrapper #main .banner-part {
  /* position: relative; */
  /* background: url(../icon/main/main_banner_bg.png) center no-repeat; */
  /* background-size: cover; */
  /* width: 100%; */
  /* height: 346px; */
  max-width: 1084px;
  margin: 0 auto 40px;
}
#wrapper #main .banner-part .layout {
  display: flex;
  align-items: center;
  height: 215px;
  justify-content: space-between;
  padding: 0px 39px 0px;
  background-color: #111111;
  margin: 0px 1px 0px 0px;
  border-radius: 15px;
}
#wrapper #main .banner-part .layout .text-box {
  /* margin-top: 41px; */
  margin-left: 54px;
  color: #FFFFFF;
}

#wrapper #main .banner-part .layout .text-box .top_box {
  margin-bottom: 20px;
}

#wrapper #main .banner-part .layout .text-box .top_box span {
  font-size: 22px;
  font-weight: 700;
}

#wrapper #main .banner-part .layout .text-box .middle_box {
  margin-bottom: 20px;
}

#wrapper #main .banner-part .layout .text-box .middle_box p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

#wrapper #main .banner-part .layout a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 130px;
  height: 40px;
  background-color: #FF8B00;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  color: #ffffff;
}
#wrapper #main .banner-part .layout a:hover {
  transition: transform 0.3s;
  transform: scale(1.1);
}
/* #wrapper #main h3.title {
  letter-spacing: -0.6px;
  color: #000;
  margin-bottom: 10px;
} */
#wrapper #main p.sub-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #606060;
}
#wrapper #main .more-btn {
  width: 260px;
  height: 52px;
  line-height: 52px;
  border-radius: 43px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1215686275);
}

/* NEW 문화캠페인 메인 화면 ----- START */

#wrapper #main .custom-movie-list {
  position: relative;
  max-width: 1200px;
  /* margin: 0 auto 78px; */
  margin: 0 auto 100px;
  /* overflow: hidden; */
}

#wrapper #main .custom-movie-list .part_top {
  display: flex;
  align-items: center;
  margin: 0px 58px 0px 59px;
  justify-content: space-between;
}
#wrapper #main .custom-movie-list .part_top h3.title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
#wrapper #main .custom-movie-list .part_top a.more_btn{
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #FF8B00;
}

#wrapper #main .custom-movie-list .custom-scr-over-box {
  overflow: hidden;
  width: 1120px; /*  슬라이드 표시 영역 */
  margin: 25px auto;
  /* margin: 0 auto 78px; */
  /* margin-top: 25px;
  margin-left: 32px; */
  position: relative;

}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
    width: calc(1120px * 10); /*  전체 슬라이드 너비 */
    margin-left: 20px;
    transform: translateX(0px);
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide {
    /* flex: 0 0 1080px;  개별 슬라이드 크기 */
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /*  항상 왼쪽 정렬 */
    gap: 60px 13px;
}

/*  슬라이드 내부 개별 항목 스타일 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view {
  width: 261px;
  max-width: 265px; /* 부모 요소가 더 커지지 않도록 */
  background: white;
  border-radius: 3px;
  cursor: pointer;
  /* padding: 10px; */
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .image-container {
  width: 262px;
  height: 386px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .image-container.short_box {
  width: 207px;
  display: flex;
  justify-content: center;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 5px;
  border: 1px solid #70737C38;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view:hover .image-container img {
  transform: scale(1.05);
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .image-container.short_box img {
  width: 207px;
  height: 207px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #70737C38;
}

/*  정보 표시 영역 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container {
    width: 100%;
    text-align: center;
    padding-top: 10px; /*  이미지와 간격 조정 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info {
    display: flex;
    justify-content: space-between; /* 좌우 끝으로 정렬 */
    align-items: center;
    width: 100%; /*  부모 요소 너비를 100%로 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .left-info {
    display: flex;
    align-items: center;
    /* gap: 5px; */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .right-info {
  font-size: 13px;
  font-weight: 400;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .left-info .date_limit {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0.5rem; */
    color: #fff;
    width: 35px;
    height: 20px;
    margin-left: 5px;
    /* padding: 0 7px; */
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.9);
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .left-info .date_limit span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .left-info .date_limit.red {
    background-color: #E13333;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .left-info .date_limit.size {
    width: 65px;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .top-info .right-info .applicant {
  font-size: 13px;
  font-weight: 600;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .title-box {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: left; /* 왼쪽 정렬 */
    width: 100%; /* 부모 요소 크기에 맞춤 */
    line-height: 22px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .bottom-area {
    display: flex;
    gap: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .bottom-area .point {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70737C38;
    color: #333333;
    width: 65px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .bottom-area .point.no_login {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70737C38;
    color: #333333;
    /* width: 65px; */
    width: 63%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-movie-view .info-container .bottom-area .new_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E00000;
    color: #E13333;
    width: 45px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

/* 메인 리서치 캠페인 css */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs {
  /* flex: 0 0 1080px;  개별 슬라이드 크기 */
  width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /*  항상 왼쪽 정렬 */
  gap: 60px 13px;
}

/*  슬라이드 내부 개별 항목 스타일 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view {
width: 261px;
max-width: 265px; /* 부모 요소가 더 커지지 않도록 */
background: white;
border-radius: 3px;
cursor: pointer;
/* padding: 10px; */
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .image-container {
width: 262px;
height: 262px;
display: flex;
justify-content: center;
overflow: hidden;
border-radius: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .image-container.short_box {
width: 207px;
display: flex;
justify-content: center;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s;
border-radius: 5px;
border: 1px solid #70737C38;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view:hover .image-container img {
transform: scale(1.05);
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .image-container.short_box img {
width: 207px;
height: 207px;
object-fit: cover;
border-radius: 3px;
border: 1px solid #70737C38;
}

/*  정보 표시 영역 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container {
  width: 100%;
  text-align: center;
  padding-top: 10px; /*  이미지와 간격 조정 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info {
  display: flex;
  justify-content: space-between; /* 좌우 끝으로 정렬 */
  align-items: center;
  width: 100%; /*  부모 요소 너비를 100%로 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .left-info {
  display: flex;
  align-items: center;
  /* gap: 5px; */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .right-info {
font-size: 13px;
font-weight: 400;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .left-info .date_limit {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0.5rem; */
  color: #fff;
  width: 35px;
  height: 20px;
  margin-left: 5px;
  /* padding: 0 7px; */
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .left-info .date_limit span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .left-info .date_limit.red {
  background-color: #E13333;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .left-info .date_limit.size {
  width: 65px;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .top-info .right-info .applicant {
font-size: 13px;
font-weight: 600;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .title-box {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0px;
  text-align: left; /* 왼쪽 정렬 */
  width: 100%; /* 부모 요소 크기에 맞춤 */
  line-height: 22px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .bottom-area {
  display: flex;
  gap: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .bottom-area .point {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #70737C38;
  color: #333333;
  width: 65px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #FFFFFF;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_rs .custom-movie-view .info-container .bottom-area .new_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E00000;
  color: #E13333;
  width: 45px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #FFFFFF;
}
/* 메인 리서치 캠페인 css */

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b {
  /* flex: 0 0 1080px;  개별 슬라이드 크기 */
  width: 1120px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-start; /*  항상 왼쪽 정렬 */
  gap: 60px 11px;
}
/*  슬라이드 내부 개별 항목 스타일 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view {
  width: 208px;
  max-width: 208px; /* 부모 요소가 더 커지지 않도록 */
  background: white;
  cursor: pointer;
  /* padding: 10px; */
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .image-container {
    width: 207px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .image-container.short_box {
  width: 208px;
  height: 295px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .image-container img {
  width: 207px;
  height: 295px;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 2px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view:hover .image-container img {
  transform: scale(1.05);
  border-radius: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .image-container.short_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #70737C38;
}

/*  정보 표시 영역 */
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container {
    width: 100%;
    text-align: center;
    padding-top: 10px; /*  이미지와 간격 조정 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info {
    display: flex;
    justify-content: space-between; /* 좌우 끝으로 정렬 */
    align-items: center;
    width: 100%; /*  부모 요소 너비를 100%로 */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info {
    display: flex;
    align-items: center;
    /* gap: 5px; */
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .right-info {
  font-size: 13px;
  font-weight: 400;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info .date_limit {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0.5rem; */
    color: #fff;
    width: 45px;
    height: 20px;
    margin-left: 5px;
    /* padding: 0 7px; */
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.9);
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info .date_limit.gray {
  background-color: var(--grayscale_3, #37383C29);
  color: var(--primary_2, #37383C9C);
  width: 55px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info .date_limit span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info .date_limit.red {
    background-color: #E13333;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .left-info .date_limit.size {
    width: 58px;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .top-info .right-info .applicant {
  font-size: 13px;
  font-weight: 600;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .title-box {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: left; /* 왼쪽 정렬 */
    width: 100%; /* 부모 요소 크기에 맞춤 */
    line-height: 22px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .bottom-area {
    display: flex;
    gap: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .bottom-area .point {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70737C38;
    color: #333333;
    width: 65px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}
#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .bottom-area .point.no_login {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70737C38;
    color: #333333;
    width: 79%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide_b .custom-movie-view .info-container .bottom-area .new_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E00000;
    color: #E13333;
    width: 45px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

/*  좌우 버튼 스타일 */
#wrapper #main .custom-movie-list .custom-prev-btn, #wrapper #main .custom-movie-list .custom-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: black;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
    
}

/*  버튼 호버 효과 */
#wrapper #main .custom-movie-list .custom-prev-btn:hover, #wrapper #main .custom-movie-list .custom-next-btn:hover {
    opacity: 1;
}

/*  버튼 위치 */
#wrapper #main .custom-movie-list .custom-prev-btn {
    left: -16px;
    transition: all 0.2s;
}

#wrapper #main .custom-movie-list .custom-next-btn {
    right: -17px;
    transition: all 0.2s;
}

#wrapper #main .custom-movie-list .custom-prev-btn .prev-icon {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(200%) hue-rotate(180deg);
}

#wrapper #main .custom-movie-list .custom-next-btn .next-icon{
  width: 20px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(200%) hue-rotate(180deg);
}

#wrapper #main .custom-movie-list .custom-prev-btn:hover {
    /* padding: 1rem 2.2rem; */
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
    transform: translateY(-50%) translateX(8px);
}
#wrapper #main .custom-movie-list .custom-next-btn:hover{
    /* padding: 1rem 2.2rem; */
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
    transform: translateY(-50%) translateX(-9px);
}
/* NEW 문화캠페인 메인 화면 ----- END */

@media screen and (max-width: 1200px) {
  #wrapper #main h3.title {
    text-align: center;
  }
  #wrapper #main .movie-list-part .movie-list-container {
    justify-content: center;
  }
  #wrapper #main section.best-section .section-inner .content-container {
    justify-content: center;
  }
}
/* 테블릿 ~ 모바일 */
@media screen and (max-width: 1024px) {
  #wrapper #main .swiper-container {
    width: 100%;
    height: 470px;
    overflow: hidden;
  }
  #wrapper #main .swiper-container .mainSwiper {
    width: 100vw;
    margin-top: 0;
  }
  #wrapper #main .swiper-container .mainSwiper .swiper-slide {
    width: 100%;
    background-size: cover;
  }

  #wrapper #main .swiper-container .swiper-pagination {
    bottom: -133px !important;
  }

  #wrapper #main .movie-list-part {
    padding: 1rem;
  }
  #wrapper #main .movie-list-part .movie-list-container {
    justify-content: center;
  }
  #wrapper #main .movie-list-part .movie-list-container .movie-view .info-container {
    bottom: 0;
  }
  #wrapper #main h3.title,
  #wrapper #main p.sub-title {
    text-align: center;
  }
  #wrapper #main section.best-section {
    padding: 69px 1rem 76px;
  }
  #wrapper #main section.best-section .section-inner .content-container {
    justify-content: center;
  }
  #wrapper #main .sns-part {
    height: 20rem;
    padding-right: unset;
    flex-direction: column;
    padding: 2rem 1rem;
    width: 95vw;
  }
  #wrapper #main .sns-part img {
    display: none;
  }
  #wrapper #main .sns-part h2 {
    font-size: 2.2rem;
    width: 24rem;
    margin-left: unset;
    text-align: center;
  }
  #wrapper #main .sns-part .sns-container {
    gap: 1.4rem;
  }
  #wrapper #main .sns-part .sns-container .divider {
    height: 7rem;
  }
  #wrapper #main .sns-part .sns-container .part p {
    font-size: 1.4rem;
    white-space: pre-line;
    text-align: center;
    line-height: 1.2;
  }
  #wrapper #main .sns-part .sns-container .part p:last-of-type {
    font-size: 2rem;
  }
  #wrapper #main .banner-part {
    background-position: right;
  }
  #wrapper #main .banner-part .layout {
    padding: 2rem;
    max-width: 100vw;
    justify-content: center;
  }
  #wrapper #main .banner-part .layout .text-box {
    font-size: 2rem;
  }
}
/* 모바일 */
@media screen and (max-width: 767px) {
  #wrapper.main-wrapper .header-top-banner {
    height: 3.5rem;
    /* line-height: unset; */
    /* display: block; */
    position: unset;
    /* left: 0; */
    /* top: 0; */
    /* padding: 0 0.5rem; */
  }
  #wrapper.main-wrapper .header-top-banner .top-inner a {
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
  }
  #wrapper.main-wrapper .header-top-banner .top-inner a .notice-text {
    display: inline-block;
    max-width: 27rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #wrapper.main-wrapper .header-top-banner .top-inner a .detail-btn {
    padding: 0.5rem;
    margin-left: unset;
    flex-shrink: 0;
  }
  #wrapper.main-wrapper header .main-logo-wrap {
    padding: 1.5rem 1.5rem 1.4rem;
    border-bottom: 1px solid #70737C38;
  }

  #wrapper #main {
    margin-top: unset;
  }
  #wrapper #main .swiper-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    /* height: 470px; */
    /* height: 203px; */
    overflow: hidden;
    margin-bottom: unset;
  }

  #wrapper #main .swiper-container .swiper {
    width: 100%;
    height: 100%;
    /* width: 1080px; */
    /* height: 203px; */
    /* margin-top: 2rem; */
    overflow: unset;
    border-radius: unset;
  }
  #wrapper #main .swiper-container .swiper .mainSwiper {
    /* overflow: hidden; */
    width: 100%;
    border-radius: unset;
  }

  #wrapper #main .swiper-container .mainSwiper .swiper-wrapper .swiper-slide {
    background-size: cover;
    /* width: 360px; */
    /* height: 470px; */
    width: 100% !important;
    /* height: 203px; */
    height: 100%;
  }

  #wrapper #main .swiper-container .swiper .swiper-slide img {
    border-radius: unset;
  }
  #wrapper #main .swiper-container .mainSwiper .custom {
    bottom: 1rem;
  }
  #wrapper #main .swiper-container .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #wrapper #main .main_top .noti_box {
    width: 90%;
    height: 58px;
    background: #6F727B0A;
    border-radius: 15px;
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: 30px auto;
    line-height: 35px;
  }
  #wrapper #main .main_top .noti_box .left {
    margin: 0 9px 0 11px;
    width: 8%;
  }
  #wrapper #main .main_top .noti_box .left_mb {
    margin: 0 9px 0 11px;
    width: 11%;
    text-align: center;
  }
  #wrapper #main .main_top .noti_box .left_ad {
    margin: 0 9px 0 11px;
    width: 11%;
    text-align: center;
  }
  #wrapper #main .main_top img.login_plz {
    width: 25px;
    height: 29px;
  }
  #wrapper #main .main_top .text_box {
    text-align: center;
    width: 62%;
    font-size: 14px;
    font-weight: 400;
    margin-right: 60px;
  }
  #wrapper #main .main_top .text_box_mb {
    width: 69%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 47px;
  }
  #wrapper #main .main_top .text_box_ad {
    /* width: 203px; */
    width: 80%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 22px;
  }
  #wrapper #main .main_top .right {
    width: 13%;
    text-align: center;
  }
  #wrapper #main .main_top .right_mb {
    width: 13%;
    text-align: center;
  }
  #wrapper #main .main_top .right_ad {
    width: 13%;
    text-align: center;
  }
  #wrapper #main .main_top img.login_bt {
    position: relative;
    top: 8px;
    width: 8px;
    height: 15px;
  }

  #wrapper #main .movie-list-part {
    padding: unset;
    margin: 0px auto 80px;
  }
  #wrapper #main .movie-list-part .movie-list-container {
    justify-content: center;
    gap: 1rem 1rem;
  }
  #wrapper #main .movie-list-part .movie-list-container .movie-view .info-container {
    bottom: 0;
  }
  /* #wrapper #main .category-part {
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 80%;
    gap: 2rem;
  }
  #wrapper #main .category-part a {
    width: 6.5rem;
    width: 8rem;
  }
  #wrapper #main .category-part a span {
    font-size: 12px;
    text-align: center;
    white-space: pre-line;
  } */

  #wrapper #main .category-part {
    padding: 0 0 0;
  }
  #wrapper #main .category-part .section-inner {
    /* width: 88vw !important; */
    /* margin: 1rem auto 0; */
    width: 100% !important;;
  }

  #wrapper #main .category-part .section-inner .categories-container {
    justify-content: flex-start;
    width: 94%;
    gap: 25px 0;
  }
  #wrapper #main .category-part .section-inner .categories-container .box {
    /* width: 25%; */
    width: 20%;
    gap: 0.1rem;
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    border-radius: 1.4rem;
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon img {
    /* width: 70%; */
    width: 40px;
    height: 40px;
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-movie {
    /* background-color: #fef7d8; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-series {
    /* background-color: #e5f6ff; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-show {
    /* background-color: #ecfbe2; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-et {
    /* background-color: #e4f9f3; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-bwn {
    /* background-color: #efe8ff; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-btf {
    /* background-color: #fde9e2; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon.icon-btf-visit {
    /* background-color: #ECF2FC; */
  }
  #wrapper #main .category-part .section-inner .categories-container .box .icon:hover {
    transform: scale(1.05);
  }
  #wrapper #main .category-part .section-inner .categories-container .box p {
    /* font-size: 12px; */
    font-size: 13px;
    font-weight: 400;
    width: max-content;
  }

  #wrapper #main .sns-part.sns-part-view2 {
    margin: 7.4rem auto 7.4rem;
  }
  #wrapper #main .sns-part.sns-part-view2 .part-2 {
    gap: 0.4rem;
  }
  #wrapper #main .banner-part .layout {
    left: 50%;
    flex-direction: column;
    gap: 3rem;
  }
  #wrapper #main .banner-part .layout .text-box {
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: center;
  }
  #wrapper #main .banner-part .layout a {
    width: 30rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2.2rem;
  }
  #wrapper #main .custom-movie-list {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 0 auto 78px; */
    margin: 0 auto 80px;
    /* overflow: hidden; */
  }
  #wrapper #main .custom-movie-list .part_top {
    display: flex;
    align-items: center;
    margin: 0px 15px 0px 15px;
    justify-content: space-between;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box {
    position: relative;
    gap: 10px 19px;
    width: 93%;
    height: 100%;
    display: flex;
    gap: unset;
    margin-bottom: unset;
    margin-left: 15px;
    overflow: hidden;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    /* overflow: hidden; */
    margin-left: unset;
    transform: unset;
    gap: unset;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .movie_list {
    width: 100% !important;
    height: 100%;
    margin-right: unset;
    /* width: 1120px; */
    display: flex;
    /* display: grid; */
    /* grid-template-columns: 46% 50%; */
    /* grid-template-rows: 45% 53%; */
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    /* margin-right: 207px !important; */
    outline: none;
    
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .movie_list .area_box {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 13px;
  }
  /* 활성화된 슬라이드만 보이도록 */
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .slide-item {
    /* width: 100%; */
    /* height: 100%; */
    /* width: 1120px; */
    width: 49%;
    height: 100%;
    box-sizing: border-box; /* padding/margin이 크기를 초과하지 않도록 */
    display: flex;
    flex-direction: column;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .custom-slide .custom-slide-group {
    /* width: 100%;
    height: 100%;
    gap: 13px;
    display: flex;
    justify-content: space-between; */
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.5;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .image-container img {
    width: 100%;
    height: 100%;
    /* height: 238px; */
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 5px;
    border: 1px solid #70737C38;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container {
    width: 100%;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info {
    display: flex;
    justify-content: space-between; /* 좌우 끝으로 정렬 */
    align-items: center;
    width: 100%; /*  부모 요소 너비를 100%로 */
    margin: 10px 0px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit.size {
    width: 62px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit {
    width: 30px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .title-box {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: left; /* 왼쪽 정렬 */
    width: 100%; /* 부모 요소 크기에 맞춤 */
    line-height: 22px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .right-info .applicant {
    font-weight: 600;
    font-size: 11px;
    color: #333333;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .right-info {
    font-size: 11px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area {
    display: flex;
    gap: 5px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area.no_login {
    display: block;
    gap: unset;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area .point {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #70737C38;
      color: #333333;
      width: 65px;
      height: 20px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      border-radius: 10px;
      background-color: #FFFFFF;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area .new_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #E00000;
      color: #E13333;
      width: 45px;
      height: 20px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      border-radius: 10px;
      background-color: #FFFFFF;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area .point {
    width: 60px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .bottom-area .point.no_login {
    width: 100%;
    margin-bottom: 5px;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info {
    display: flex;
    align-items: center;
    width: 50%;
    /* gap: 5px; */
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .img_box {
    width: 23%;
    /* gap: 5px; */
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .right-info {
    font-size: 11px;
    font-weight: 400;
  }
  
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0.5rem; */
    color: #fff;
    width: 35px;
    height: 20px;
    margin-left: 5px;
    /* padding: 0 7px; */
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit span {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0px;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit.red {
      background-color: #E13333;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper .info-container .top-info .left-info .date_limit.size {
      width: 72%;
  }


  #wrapper #main .custom-movie-list .custom-scr-over-box_b {
    position: relative;
    gap: 10px 19px;
    width: 95%;
    margin-top: 26px;
    display: flex;
    gap: unset;
    margin-bottom: unset;
    margin-left: 8px;
    overflow: hidden;
  }
  #wrapper #main .swiper-container .swiper.main_b_swiper {
    width: 100%;
    height: 100%;
    overflow: unset;
    border-radius: unset;
  }
  #wrapper #main .swiper-container .swiper .swiper-slide.movie_b {
    /* cursor: pointer;
    border-radius: 10px;
    height: 424px;
    width: 50% !important;
    height: 100%;
    display: block; */

    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    gap: 30px;
}

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .image-container.short_box {
    width: 100%;
    aspect-ratio: 3 / 4.5; 
    min-height: unset; 
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 5px;
    overflow: hidden;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .image-container.short_box img {
    width: 100%;
    height: 100%;
    min-height: unset; 
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #70737C38;
  }

  #wrapper .log-after.alarm {
    /* position: relative;
    left: 47px; */
  }
  #wrapper .log-after.alarm_manage {
    position: relative;
    left: 10px;
  }
  #wrapper .modalOpen.search_inf{
    /* position: relative;
    left: 25px; */
  }
  #wrapper .alarm_search_icon_inf{
    width: 18px;
    height: 18px;
  }
  #wrapper .mypage_icon_inf{
    width: 18px;
    height: 18px;
  }
  #wrapper .member_infl_mypage.log-after{
    position: relative;
    left : 2px;
  }
  #wrapper .member_infl_mypage.log-after_inf{
    /* position: relative;
    left : 3px; */
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box_b #customMovieListWrapper_b {
    width: 100%;
    height: 100%;
    display: flex;
    transition: unset;
    /* width: calc(1120px* 10); */
    /* margin-left: 20px; */
    transform: unset;
    gap: unset;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container {
    width: 100%;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info {
    display: flex;
    justify-content: space-between; /* 좌우 끝으로 정렬 */
    align-items: center;
    width: 100%; /*  부모 요소 너비를 100%로 */
    margin: 10px 0px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit.size {
    width: 62px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit {
    width: 30px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .title-box {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: left; /* 왼쪽 정렬 */
    width: 100%; /* 부모 요소 크기에 맞춤 */
    line-height: 22px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .right-info .applicant {
    font-weight: 600;
    font-size: 11px;
    color: #333333;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .right-info {
    font-size: 11px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .bottom-area {
    display: flex;
    gap: 5px;
}

#wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .bottom-area .point {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70737C38;
    color: #333333;
    width: 65px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .bottom-area .new_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E00000;
    color: #E13333;
    width: 45px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFFFFF;
}

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .bottom-area .point {
    width: 60px;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .bottom-area .point.no_login {
    width: 100%;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info {
    display: flex;
    align-items: center;
    width: 50%;
    /* gap: 5px; */
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .img_box {
    width: 23%;
    /* gap: 5px; */
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .right-info {
    font-size: 11px;
    font-weight: 400;
  }
  
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0.5rem; */
    color: #fff;
    width: 45px;
    height: 20px;
    margin-left: 5px;
    /* padding: 0 7px; */
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit.gray {
    background-color: var(--grayscale_3, #37383C29);
    color: var(--primary_2, #37383C9C);
    width: 55px;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit span {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0px;
  }

  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit.red {
      background-color: #E13333;
  }
  #wrapper #main .custom-movie-list .custom-scr-over-box_b .custom-list-wrapper .info-container .top-info .left-info .date_limit.size {
      width: 72%;
  }
  
  /* 진행되었던 캠페인 ---START */
  #wrapper #main .movie-list-part .part_top {
    display: flex;
    align-items: center;
    margin: 0px 15px 0px 15px;
    justify-content: space-between;
  }
  #wrapper #main .movie-list-part .movie-list-container.end_container {
    margin-top: 20px;
    max-width: unset;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    gap: unset;
    margin-bottom: unset;
    padding: unset;
  }

  #wrapper #main .swiper-container.main_end .swiper.main_end_swiper {
    margin-left: unset;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 93%;
  }
  #wrapper #main .swiper-container.main_end .swiper.main_end_swiper .swiper-slide {
    cursor: pointer;
    width: 45%;
    height: 100%;
    border-radius: 10px;
  }
  #wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view.end_view {
    display: flex;
    flex-direction: column;
    background-image: unset;
    /* background-color: #f5f5f5; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* padding: 1.5rem 2rem; */
    /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); */
  }
  #wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view.end_view .poster-box.end_box {
    width: 100%;
    height: 100%;
    /* margin: 1rem 0; */
    /* overflow: hidden; */
    border-radius: 10px;
    outline: 1px solid rgba(221, 221, 221, 0.3803921569);
  }
  /* 진행되었던 캠페인 ---END */

  /* 베스트 콘텐츠 ---START */
  #wrapper #main section.best-section {
    /* padding: 50px 1rem; */
    padding: 50px 0px 0px;
  }
  #wrapper #main section.best-section .section-inner {
    max-width: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #wrapper #main section.best-section .section-inner .content-container {
    /* gap: 10px 19px; */
    width: 94%;
    height: 320px;
    /* width: 100%; */
    margin-top: 26px;
    display: flex;
    /* flex-wrap: wrap; */
    gap: unset;
    margin-bottom: unset;
    margin-left: 15px;
    overflow: hidden;
  }
  #wrapper #main section.best-section .section-inner .content-container .content-view {
    padding: 1.8rem;
    gap: 1.5rem;
    align-items: center;
  }
  #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(4), #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(5), #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(6) {
    display: none;
  }
  #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(4).active, #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(5).active, #wrapper #main section.best-section .section-inner .content-container .content-view:nth-of-type(6).active {
    display: flex;
  }
  #wrapper #main section.best-section .section-inner .content-container .content-view .right-part img {
    height: 30px;
  }
  #wrapper #main section.best-section .section-inner .content-container .content-view .right-part .content-title {
    font-size: 1.5rem;
  }
  #wrapper #main section.best-section .section-inner .part_top {
    display: flex;
    align-items: center;
    margin: 0px 15px 0px 15px;
    justify-content: space-between;
  }
  #wrapper #main section.best-section .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #wrapper #main section.best-section .swiper-container .swiper-wrapper {
    width: 96%;
    height: 100%;
  }
  #wrapper #main section.best-section .section-inner .swiper .swiper-slide {
    width: 100%;
    height: 50%;
  }
  #wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .content-img {
    width: 100%;
    height: 100%;
  }
  #wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .media-title {
    margin: 10px 0px 4px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    text-align: left;
  }
  #wrapper #main section.best-section .swiper-container .swiper-wrapper .swiper-slide .info-container .content-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #37383C9C;
    text-align: left;
  }
  /* 베스트 콘텐츠 ---END */

  #wrapper #main .banner-part {
    /* position: relative; */
    /* background: url(../icon/main/main_banner_bg.png) center no-repeat; */
    /* background-size: cover; */
    /* width: 100%; */
    /* height: 346px; */
    background-position: unset;
    max-width: 100%;
    margin: unset;
    margin-bottom: unset;
  }
  #wrapper #main .banner-part .layout {
    left: 50%;
    flex-direction: column;
    gap: unset;
    padding: 33px 33px 0px 33px;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #111111;
    margin: unset;
    border-radius: unset;
  }
  #wrapper #main .banner-part .layout .text-box .top_box {
    margin-bottom: 15px;
  }
  #wrapper #main .banner-part .layout .text-box .top_box span {
    font-size: 18px;
    font-weight: 700;
  }

  #wrapper #main .banner-part .layout .text-box {
    margin-left: unset;
    color: #FFFFFF;
    line-height: unset;
    text-align: center;
  }

  #wrapper #main .banner-part .layout .custom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #wrapper #main .banner-part .layout .custom_box .middle_left .middle_box {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  #wrapper #main .banner-part .layout .custom_box .middle_left a {
    width: 50%;
    height: 100%;
    line-height: 35px;
    font-size: 15px;
  }
  /* 메인 리서치 캠페인 css S */
  #wrapper #main .custom-movie-list .custom-scr-over-box .custom-list-wrapper#customMovieListWrapper_rs .image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
  }
  /* 메인 리서치 캠페인 css E */
}