@charset "UTF-8";
/*
  header
  footer
  pagination
  category nav
  movie list
  search
  side-menu
  sc-up-btn:최상단이동버튼
  popup
  preloader
*/
header.main_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  box-shadow: 0 0 15px 0 #70737C38;
  z-index: 100;
    
}
header.main_header.main {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  height: 6rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  box-shadow: 0 0 15px 0 #70737C38;
  z-index: 100;
    
}
header .main-logo-wrap {
  /* padding: 0 0 51px; */
  text-align: center;
}
.header-top-banner {
  width: 100%;
  height: 4.5rem;
  line-height: 37px;
  background-color: #ffa030;
  /* border: solid 1px #e6a454; */
  display: block;
  text-align: center;
}
.header-top-banner .top-inner {
  max-width: 120rem;
  height: 3.5rem;
  margin: 0 auto;
}
.header-top-banner .top-inner a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.header-top-banner .top-inner a .detail-btn {
  background-color: #fff;
  border-radius: 0.5rem;
  font-size: 11px;
  padding: 0.3rem 0.5rem;
  margin-left: 0.7rem;
  border: solid 1px #e6a454;
  color: #222;
  vertical-align: bottom;
}
header .main-logo-wrap .logo-layout {
  position: relative;
  width: 78px;
  height: 35px;
  /* margin: 0 auto 0; */
}
header .layout .logo-layout {
    position: relative;
    width: 78px;
    height: 35px;
    /* margin: 0 auto 0; */
  }
header .main-logo-wrap .logo-layout a {
  display: inline-block;
}
header .main-logo-wrap .logo-layout .notice-box {
  position: absolute;
  background: url(../icon/main/logo_memo.svg) center no-repeat;
  right: -29rem;
  top: 50%;
  transform: translateY(-50%);
  width: 274px;
  height: 55px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-logo-wrap .logo-layout .notice-box a {
  display: -webkit-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 26rem;
  text-align: center;
  padding-left: 1.8rem;
  display: inline-block;
  font-weight: 500;
}
header .main-logo-wrap .hamburger-btn {
  display: none;
}
header .main-logo-wrap .mo-login-btn {
  display: none;
}
header .top_left {
  display: flex;
  gap: 4rem;
}
header .layout {
  max-width: 1200px;
  min-width: 750px;
  margin: 12px auto;
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  /* gap: 65px; */
}
header .layout nav.top-nav {
  /* margin: 0 0 2rem; */
  line-height: 35px;
}
header .layout nav.top-nav .gnb {
  display: flex;
  align-items: flex-start;
  gap: 2.8rem;
}
header .layout nav.top-nav .gnb .list-wrap {
  position: relative;
}
header .layout nav.top-nav .gnb .list-wrap a.with-icon {
  /* padding: 0 0 3rem; */
  width: -moz-fit-content;
  width: fit-content;
}
header .layout nav.top-nav .gnb .list-wrap a.with-icon:after {
  transition: all 0.3s;
  background: url(../icon/main/arrow_nav_bt.svg) center no-repeat;
  width: 23px;
  height: 23px;
  margin-left: unset;
}
header .layout nav.top-nav .gnb .list-wrap a {
  font-size: 15px;
  font-weight: 600;
  color: #333333;

  ;
}
header .layout nav.top-nav .gnb .list-wrap.no-drop {
  padding-right: 0.7rem;
}

header .layout nav.top-nav .gnb .list-wrap .drop-menu {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  padding: 1rem 1.4rem 1rem 2rem;
  min-width: 130px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e8e8e8;
  border-radius: 1.5rem;
  background-color: #fff;
  display: none;
}
header .layout nav.top-nav .gnb .list-wrap .drop-menu li {
  /* margin-bottom: 2rem; */
  width: -moz-max-content;
  width: max-content;
}
header .layout nav.top-nav .gnb .list-wrap .drop-menu li:last-of-type {
  margin-bottom: unset;
}
header .layout nav.top-nav .gnb .list-wrap .drop-menu li:hover a {
  color: #FF8B00;
}
header .layout nav.top-nav .gnb .list-wrap:hover {
  cursor: pointer;
  color: #FF8B00;
}
header .layout nav.top-nav .gnb .list-wrap:hover .drop-menu {
  display: block;
}
header .layout nav.top-nav .gnb .list-wrap:hover a.top-alink {
  color: #FF8B00;
}
header .layout nav.top-nav .gnb .list-wrap:hover a.with-icon:after {
  background: url(../icon/main/arrow_nav_top.svg) center no-repeat;
}
header .layout .log-part.inf .dropdown-menu{
  z-index: 100;
  position: absolute;
  /* left: 50%; */
  top: 42px;
  transform: translateX(-4%);
  padding: 1.6rem 2.9rem 0rem 2.1rem;
  min-width: 130px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e8e8e8;
  border-radius: 1.5rem;
  background-color: #fff;
  display: none;
}
header .layout .log-part.inf .dropdown-menu a {
  display: block;
  padding: 0px 0px 20px 0px;
  color: #37383C9C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .layout .log-part.inf .dropdown-menu a.drop_list.logout {
  padding: 0px 0px 16px 0px;
}

header .layout .log-part.inf .dropdown-menu a:hover {
  color: #FF8B00;
}
header .layout .log-part.inf .mypage_drop:hover .dropdown-menu {
  display: block;
}
header .layout .log-part.biz .dropdown-menu{
  z-index: 100;
  position: absolute;
  /* left: 50%; */
  top: 30px;
  transform: translateX(-4%);
  padding: 1.6rem 2.9rem 0rem 2.1rem;
  min-width: 130px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e8e8e8;
  border-radius: 1.5rem;
  background-color: #fff;
  display: none;
}
header.main_header .layout .log-part.biz .dropdown-menu{
  z-index: 100;
  position: absolute;
  /* left: 50%; */
  top: 42px;
  transform: translateX(-4%);
  padding: 1.6rem 2.9rem 0rem 2.1rem;
  min-width: 130px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e8e8e8;
  border-radius: 1.5rem;
  background-color: #fff;
  display: none;
}
.main-wrapper header .layout .log-part.biz .dropdown-menu{
  top: 42px;
}
header .layout .log-part.biz .dropdown-menu a {
  display: block;
  padding: 0px 0px 20px 0px;
  color: #37383C9C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .layout .log-part.biz .dropdown-menu a.drop_list.logout {
  padding: 0px 0px 16px 0px;
}

header .layout .log-part.biz .dropdown-menu a:hover {
  color: #FF8B00;
}
header .layout .log-part.biz .mypage_drop:hover .dropdown-menu {
  display: block;
}
header .layout .log-part {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header .layout .log-part.inf {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .layout .log-part.inf a img.alarm_icon {
  width: 18px;
  height: 20px;
}
header .layout .log-part.inf a img.search_icon {
  width: 20px;
  height: 20px;
}
header .layout .log-part.biz {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .layout .log-part.biz a img.alarm_icon {
  width: 18px;
  height: 20px;
}
header .layout .log-part.inf a.alarm .new-alarm,
header .layout .log-part.biz a.alarm .new-alarm {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e33636;
  border-radius: 100%;
  left: 8px;
  top: -1px;
}

header .layout .log-part a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}
header .layout .log-part a.search,
header .layout .log-part.biz a.biz_mypage {
  margin-right: 10px;
}
header .layout .log-part a span {
  margin-left: 5px;
}
header .layout .log-part a img {
  width: 24px;
  height: 24px;
}
header .layout .log-part a img.before {
  width: 20px;
  height: 20px;
}
header .layout .log-part a.alarm {
  position: relative;
}
header .layout .log-part a.alarm .new-alarm {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e33636;
  border-radius: 100%;
  left: 4px;
  top: -1px;
}
header .layout .log-part a.log-btn {
  width: 118px;
  height: 32px;
  padding: 0px 10px;
  border-radius: 8px;
  border: solid 1px #70737C38;
  background-color: rgba(255, 255, 255, -0.2);
  /* background-color: #FFFFFF; */
  /* margin-left: 1rem; */
  color: #FF8B00;
  font-size: 14px;
  font-weight: 600;
}
header .layout .log-part a.log-btn:hover {
  background-color: #6F727B0F;
}
header .layout .log-part a.org-btn {
  width: 119px;
  height: 32px;
  padding: 0px 14px;
  border-radius: 8px;
  border: 1px solid #70737C38;
  background-color: rgba(255, 255, 255, -0.2);
  /* background-color: #FFFFFF; */
  /* margin-left: 1rem; */
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
header .layout .log-part a.org-btn:hover {
  background-color: #6F727B0F;
}

footer .footer-wrap {
  width: 100%;
  /* background-color: #535358; */
  border-top: 1px solid #70737C38;
}
footer .footer-wrap .footer-inner {
  width: 1200px;
  height: 190px;
  margin: 0 auto;
  padding-top: 19px;
  /* height: 480px;
  margin: 0 auto;
  padding-top: 98px; */
}
footer .footer-wrap .footer-inner .footer-logo {
  display: inline-block;
  align-items: left;
  margin-bottom: 43.5px;
}
footer .footer-wrap .footer-inner .layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-wrap .footer-inner .layout .left-part .p-style {
  padding: unset;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 3rem;
}
footer .footer-wrap .footer-inner .layout .left-part .p-style.kakao {
  margin-bottom: 1rem;
}
footer .footer-wrap .footer-inner .layout .left-part .p-style.kakao::before {
  background: url(../icon/main/kakao_icon.webp) no-repeat;
  width: 20.5px;
  height: 20.5px;
}
footer .footer-wrap .footer-inner .layout .left-part .p-style.kakao a.orange {
  color: #feba69 !important;
}
footer .footer-wrap .footer-inner .layout .left-part .p-style.phone::before {
  background: url(../icon/public/phone_icon.png) no-repeat;
  width: 18.5px;
  height: 20.5px;
  background-size: contain;
}
footer .footer-wrap .footer-inner .layout .left-part ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 5px;
  color: #37383C9C;

}
footer .footer-wrap .footer-inner .layout .left-part ul li.m_class {
  font-weight: 600;
}
footer .footer-wrap .footer-inner .layout .right-part {
  width: 480px;
}
footer .footer-wrap .footer-inner .layout .right-part .layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
footer .footer-wrap .footer-inner .layout .right-part .layout:last-of-type {
  margin-bottom: 14.5px;
}
footer .footer-wrap .footer-inner .layout .right-part .layout span {
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0px;
  color: #fff;
}
footer .footer-wrap .footer-inner .layout .right-part .layout span.adver::before {
  background: url(../icon/main/adver_icon.svg) no-repeat;
  /* width: 21px; */
  width: 25px;
  height: 16px;
}
footer .footer-wrap .footer-inner .layout .right-part .layout span.like::before {
  background: url(../icon/main/like_icon.svg) no-repeat;
  width: 25px;
  height: 25px;
}
footer .footer-wrap .footer-inner .layout .right-part .right_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 21px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #171719;

}
footer .footer-wrap .footer-inner .layout .right-part .right_top p a img {
  margin-left: 5px;
}

footer .footer-wrap .footer-inner .layout .right-part .right_middle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 21px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #37383C9C;
}
footer .footer-wrap .footer-inner .layout .right-part .right_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
footer .footer-wrap .footer-inner .layout .right-part .footer-btn {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  color: #FF8B00;
  border: solid 1px #70737C38;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 8px;
  text-align: center;
}
footer .footer-wrap .footer-inner .layout .right-part .footer-btn:hover {
  background-color: #6F727B0F;
}
footer .footer-wrap .footer-inner .layout .right-part .right-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* padding: 14.5px 0; */
  padding: 0.5px 0 14.5px 0;
  /* border-top: 1px solid #616164; */
  border-bottom: 1px solid #616164;
}
footer .footer-wrap .footer-inner .layout .right-part .right-bottom ul li {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0px;
  color: #ccc;
}
footer .footer-wrap .footer-inner .layout .right-part .right-bottom ul li:nth-of-type(2) {
  font-weight: 700;
  color: #616164;
}
footer .footer-wrap .footer-inner .layout .right-part .right-bottom .sns-btn-box a:nth-last-of-type(2) {
  margin: 0 9.2px;
}

footer .footer-wrap .footer-inner .layout_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

footer .footer-wrap .footer-inner .layout_bottom .inner {
  width: 91%;
}

footer .footer-wrap .footer-inner .layout_bottom .inner ul{
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}

footer .footer-wrap .footer-inner .layout_bottom .inner ul li{
  font-size: 14px;
  font-weight: 500;
  color: #171719;
  ;
}

footer .footer-wrap .footer-inner .layout_bottom .inner ul li img.icon{
  margin-left: 6px;
}

footer .footer-wrap .footer-inner .layout_bottom .inner ul li.sns_inf{
  color: #37383C9C;
}
footer .footer-wrap .footer-inner .layout_bottom .inner ul li span{
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #171719;
}

footer .footer-wrap .footer-inner .layout_bottom .sns-btn-box a:nth-last-of-type(2) {
  margin: 0 9.2px;
}

footer .footer-wrap .bottom {
  background-color: #5a5a5f;
  height: 80px;
  color: #fff;
}
footer .footer-wrap .bottom .bottom-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-wrap .bottom .bottom-inner div,
footer .footer-wrap .bottom .bottom-inner li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0px;
  color: #e5e5e5;
}
footer .footer-wrap .bottom .bottom-inner ul li {
  display: inline-block;
}
footer .footer-wrap .bottom .bottom-inner ul li span {
  padding: 0 1rem;
  font-weight: 700;
  color: #767679;
}

.re-pagination .list {
  display: flex;
  gap: 1rem;
}
.re-pagination .list .item.active {
  /* border-radius: 9px; */
  width: 30px;
  height: 30px;
  border-radius: 16px;
  border: solid 1px #FF8B00;
  background-color: #FF8B00;
  /* color: #222; */
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
.re-pagination .list a {
  /* width: 4rem; */
  /* height: 4rem; */
  display: inline-block;
}
.re-pagination .list a button {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 9px;
  /* border: solid 1px #e2e2e2; */
  /* background-color: #fdfdfd; */
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #606060;
  padding: 0rem 0;
}
.re-pagination .list a button img {
  vertical-align: sub;
}

.location-header {
  width: 120rem;
  height: 10rem;
  line-height: 10rem;
  margin: 0 auto;
}
.location-header h1.location-name {
  font-size: 3rem;
  color: #2c2c2c;
  background-color: #fff;
}

.category-nav-wrap {
  width: 100%;
  height: 6.5rem;
  background-color: #feba69;
  display: flex;
  justify-content: space-between;
}
.category-nav-wrap .layout {
  width: 120rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
.category-nav-wrap .layout ul.category-tap {
  display: flex;
}
.category-nav-wrap .layout ul.category-tap li {
  padding: 1.4rem 4rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  color: #2c2c2c;
  width: -moz-max-content;
  width: max-content;
}
.category-nav-wrap .layout ul.category-tap li.active {
  background-color: #fff;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
}
.category-nav-wrap .layout .search-input {
  position: relative;
  height: 4.4rem;
  margin-bottom: 1rem;
  width: 35.4rem;
}
.category-nav-wrap .layout .search-input i {
  background: url(../icon/public/search_icon.svg) center no-repeat;
  width: 1.5rem;
  height: -webkit-fill-available;
  position: absolute;
  left: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.category-nav-wrap .layout .search-input input[type=search] {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.2rem 0 4rem;
  border-radius: 22px;
  border: solid 1px #e0a053;
  background-color: #ffd29d;
  font-size: 1.4rem;
  font-weight: 500;
}
.category-nav-wrap .layout .search-input input[type=search]::-moz-placeholder {
  color: rgba(44, 44, 44, 0.8235294118);
}
.category-nav-wrap .layout .search-input input[type=search]::placeholder {
  color: rgba(44, 44, 44, 0.8235294118);
}

.movie-list-container {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 19px 28px;
  margin-bottom: 56px;
}
.movie-list-container.btf_view {
  gap: 19px 15px;
}
.movie-list-container .movie-view.inf {
  position: relative;
  overflow: hidden;
  width: 286px;
  height: 407px;
  border-radius: 30px;
  background-size: contain;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.movie-list-container .movie-view.inf .top-part {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.movie-list-container .movie-view.inf .top-part span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
}
.movie-list-container .movie-view.inf .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);
}
.movie-list-container .movie-view.inf .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;
}
.movie-list-container .movie-view.inf .info-container {
  position: absolute;
  bottom: -122px;
  left: 0;
  width: 100%;
  height: 192px;
  padding: 16px 14px 19px;
  color: #fff;
  transition: bottom linear 0.3s;
  background: rgba(0, 0, 0, 0.7);
}
.movie-list-container .movie-view.inf .info-container .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  gap: 0.5rem;
  margin-bottom: 2.7rem;
}
.movie-list-container .movie-view.inf .info-container .title-box img {
  height: 25px;
  width: auto;
}
.movie-list-container .movie-view.inf .info-container .title-box .movie-title {
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-list-container .movie-view.inf .info-container .rate-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  margin-bottom: 16px;
}
.movie-list-container .movie-view.inf .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;
  text-indent: 1.2rem;
}
.movie-list-container .movie-view.inf .info-container .rate-box .rate span {
  font-size: 16px;
  margin-left: 0.4rem;
}
.movie-list-container .movie-view.inf .info-container .bottom-part {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.movie-list-container .movie-view.inf .info-container .bottom-part ul {
  text-align: center;
}
.movie-list-container .movie-view.inf .info-container .bottom-part ul li:first-of-type {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0.7rem;
}
.movie-list-container .movie-view.inf .info-container .bottom-part ul li:last-of-type {
  color: #f5bc76;
  font-size: 16px;
  font-weight: 700;
}
.movie-list-container .movie-view.inf .info-container .bottom-part .divider {
  border-right: 1px solid #fff;
  opacity: 0.4;
  width: 0;
  height: 32px;
}
.movie-list-container .movie-view.inf:hover .info-container {
  bottom: 0;
  transition: bottom 0.3s;
}

#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view {
  display: flex;
  flex-direction: column;
  background-image: unset;
  /* background-color: #f5f5f5; */
  /* width: 230px; */
  width: 207px;
  height: 400px;
  /* 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 .top-part {
  padding: unset;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .top-part .top-left.red {
  background-color: #e33333;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .top-part .top-left.gray {
  /* background-color: #a5a5a5; */
  background-color: var(--grayscale_3, #37383C29);
  color: var(--primary_2, #37383C9C);
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .date_limit {
  /* padding: unset; */
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .date_limit.red {
  background-color: #E13333;
  ;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .date_limit.gray {
  /* background-color: #a5a5a5; */
  background-color: var(--grayscale_3, #37383C29);
  color: var(--primary_2, #37383C9C);
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .date_limit.size {
  width: 55px;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-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 .movie-list-part .scr-over-box .movie-list-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 .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container {
  position: unset;
  padding: unset;
  height: auto;
  background-color: transparent;
  color: #222;
}
/* #wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .title-box {
  margin-bottom: 1rem;
  height: 4rem;
  justify-content: space-between;
  align-items: stretch;
} */
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .title-box img {
  height: 22px;
  width: auto;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .rate-box img {
  width: auto;
  height: 3rem;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .rate-box .rate {
  width: 18.5rem;
  background: url(../icon/main/logo_memo_wht.svg) center no-repeat;
  background-size: unset;
  height: auto;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .bottom-part .divider {
  border-color: #222;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .bottom-part ul li {
  color: #222 !important;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container .bottom-part ul li:first-of-type {
  font-weight: 500;
}
#wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view:hover .poster-box img {
  transform: scale(1.05);
}

#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: 276px;
  height: 409.33px; */
  width: 260px;
  height: 386px;
  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: 24rem;
  height: 34.2rem; */
  /* width: 276px;
  height: 409.33px; */
  width: 260px;
  height: 386px;
  /* margin: 1rem 0; */
  /* overflow: hidden; */
  border-radius: 10px;
  outline: 1px solid rgba(221, 221, 221, 0.3803921569);
}

/* .search-wrap header {
  border-bottom: 1px solid #feba69;
} */
.search-wrap #search-result-container {
  padding: 61px 0 10.6rem;
  width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.search-wrap #search-result-container .input-area {
  width: 80rem;
  height: 7rem;
  position: relative;
  margin: 5rem auto 5rem;
}
.search-wrap #search-result-container .input-area input[type=search] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 3.5rem;
  font-size: 2rem;
  margin-left: auto;
  z-index: 0;
  border-radius: 5rem;
  width: 80rem;
  height: 7rem;
  border: solid 2px #feba69;
}
.search-wrap #search-result-container .input-area input[type=search]::-moz-placeholder {
  font-size: 2rem;
}
.search-wrap #search-result-container .input-area input[type=search]::placeholder {
  font-size: 2rem;
}
.search-wrap #search-result-container .input-area input[type=search]::-ms-clear, .search-wrap #search-result-container .input-area input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-wrap #search-result-container .input-area input[type=search]::-webkit-search-decoration, .search-wrap #search-result-container .input-area input[type=search]::-webkit-search-cancel-button, .search-wrap #search-result-container .input-area input[type=search]::-webkit-search-results-button, .search-wrap #search-result-container .input-area input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-wrap #search-result-container .input-area .search-btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2.7rem;
  height: 2.4rem;
  background-color: transparent;
  padding: unset;
}
.search-wrap #search-result-container .input-area .search-btn img {
  width: 100%;
  height: 100%;
}
.search-wrap #search-result-container .result-text {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
.search-wrap #search-result-container .tap-menu-wrap {
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #ddd;
}
.search-wrap #search-result-container .tap-menu-wrap ul {
  width: 100%;
  display: flex;
  height: 100%;
}
.search-wrap #search-result-container .tap-menu-wrap ul li {
  height: inherit;
  font-weight: 500;
  color: #808080;
  text-align: center;
  padding: 1rem 1.5rem;
}
.search-wrap #search-result-container .tap-menu-wrap ul li a span {
  display: inline-block;
  border-radius: 50%;
  background-color: #ebebeb;
  font-size: 1.4rem;
  padding: 0.6rem;
  margin-left: 0.5rem;
  min-width: 24px;
}
.search-wrap #search-result-container .tap-menu-wrap ul li.active {
  font-weight: 700;
  color: #222;
  border-bottom: 6px solid #feba69;
}
.search-wrap #search-result-container .tap-menu-wrap ul li.active a span {
  background-color: #feba69;
}
.search-wrap #search-result-container .result-area {
  width: 100%;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.search-wrap #search-result-container .result-area .part-style p {
  font-weight: 500;
  color: #404040;
}
.search-wrap #search-result-container .result-area .part-style .part-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.search-wrap #search-result-container .result-area .part-style .part-title span {
  display: inline-block;
  border-radius: 50%;
  background-color: #ebebeb;
  font-size: 1.4rem;
  padding: 0.6rem;
  margin-left: 0.5rem;
  min-width: 24px;
  text-align: center;
}
.search-wrap #search-result-container .result-area .part-style .result-box {
  min-height: 6rem;
  display: flex;
  align-items: center;
}
.search-wrap #search-result-container .result-area .part-style .result-box.event-list-container {
  max-width: 120rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* gap: 2.8rem 1.8rem; */
  gap: 2.8rem 2rem;
  margin-bottom: 5.6rem;
  margin-top: 10px;
  /* justify-content: space-evenly; */
  justify-content: space-between;
}
.search-wrap #search-result-container .result-area .part-style .result-box.event-list-container .event-box{
  background-color: unset;
  padding: 1.5rem 0rem 2rem;
  width: 386px;
  height: auto;
  box-shadow: unset;
}
.search-wrap #search-result-container .result-area .part-style .result-box.event-list-container .event-box .event-img .img-box {
  width: 386px;
  height: 386px;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid rgba(221, 221, 221, 0.3803921569);
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view {
  display: flex;
  flex-direction: column;
  background-image: unset;
  background-color: #f5f5f5;
  width: 28rem;
  height: auto;
  padding: 1.5rem 2rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .top-part {
  padding: unset;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .top-part .top-left.red {
  background-color: #e33333;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .top-part .top-left.gray {
  /* background-color: #a5a5a5; */
  background-color: var(--grayscale_3, #37383C29);
  color: var(--primary_2, #37383C9C);
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .poster-box {
  /* width: 24rem;
  height: 34.2rem;
  margin: 1rem 0;
  overflow: hidden;
  outline: 1px solid rgba(221, 221, 221, 0.3803921569); */
  width: 28rem;
  height: 386px;
  /* height: 24rem; */
  /* margin: 1rem 0; */
  overflow: hidden;
  outline: 1px solid rgba(221, 221, 221, 0.3803921569);
  border-radius: 5px;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .poster-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container {
  position: unset;
  padding: unset;
  height: auto;
  background-color: transparent;
  color: #222;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .title-box {
  margin-bottom: 1rem;
  height: 4rem;
  align-items: stretch;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .title-box img {
  height: 25px;
  width: 25px;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .rate-box img {
  width: auto;
  height: 3rem;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .rate-box .rate {
  width: 18.5rem;
  background: url(../icon/main/logo_memo_wht.svg) center no-repeat;
  background-size: unset;
  height: auto;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .bottom-part .divider {
  border-color: #222;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .bottom-part ul li {
  color: #222 !important;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view .info-container .bottom-part ul li:first-of-type {
  font-weight: 500;
}
.search-wrap #search-result-container .result-area .part-style .result-box.movie-list-container .re-design.movie-view:hover .poster-box img {
  transform: scale(1.1);
}
.search-wrap #search-result-container .result-area .part-style button {
  background-color: #f2f2f2;
  color: #222;
  font-weight: 500;
  width: 25rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  border-radius: 4rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1215686275);
}
.search-wrap #search-result-container .result-area .event-list-container {
  justify-content: unset;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box {
  width: 28.6rem;
  height: 36rem;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box .event-img {
  width: 28.6rem;
  height: 36rem;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design {
  background-color: #f5f5f5;
  padding: 1.5rem 2rem 2rem;
  width: 37rem;
  height: auto;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: auto;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .top-part {
  padding: unset;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .top-part .top-left.red {
  background-color: #e33333;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .top-part .top-left.gray {
  /* background-color: #a5a5a5; */
  background-color: var(--grayscale_3, #37383C29);
  color: var(--primary_2, #37383C9C);
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .img-box {
  width: 33rem;
  height: 33rem;
  overflow: hidden;
  outline: 1px solid rgba(221, 221, 221, 0.3803921569);
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container {
  position: unset;
  background-color: unset;
  padding: unset;
  color: #222;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .rate-box {
  gap: 1rem;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .rate-box img {
  width: auto;
  height: 3.2rem;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .rate-box .rate {
  background: url(../icon/main/logo_memo_event.svg) left no-repeat;
  width: 265px;
  height: auto;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .title-box {
  margin-bottom: 0.5rem;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .title-box .movie-title {
  font-weight: 700;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .info-text {
  color: #222;
  font-weight: 500;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .bottom-part .divider {
  border-color: #222;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .bottom-part ul li {
  color: #222 !important;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design .event-img .info-container .bottom-part ul li:first-of-type {
  font-weight: 500;
}
.search-wrap #search-result-container .result-area .event-list-container .event-box.re-design:hover .img-box img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap,
.search-wrap #search-result-container .result-area .part5 .detail-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  cursor: pointer;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box {
  width: 100%;
  height: 7.6rem;
  padding: 2.4rem 2.8rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ebebeb;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .mark,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .mark {
  width: 7.1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .mark.notice-color,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .mark.notice-color {
  background-color: #ffe4d1;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .mark.guide-color,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .mark.guide-color {
  background-color: #dae6f7;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .mark.emergency-color,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .mark.emergency-color {
  background-color: #fa6b6b;
  color: #fff;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .title-text,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .title-text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #212121;
  max-width: 87rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .title-box .date,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .title-box .date {
  margin-left: auto;
  color: #606060;
  font-size: 1.6rem;
  font-weight: 500;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap .title-box .mark,
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap .detail-box .mark,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap .title-box .mark,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap .detail-box .mark {
  min-width: 4.2rem;
  width: 4.2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  font-weight: 700 !important;
  text-align: center;
  background-color: #ededed;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap .detail-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap .detail-box {
  display: none;
  gap: 2rem;
  padding: 2.4rem 2.8rem;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap .detail-box .answer-text,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap .detail-box .answer-text {
  overflow: auto;
  width: 100%;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap.active .title-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap.active .title-box {
  border: solid 1px #feba69;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap.active .title-box .mark,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap.active .title-box .mark {
  background-color: #ffe3d1;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap.active .detail-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap.active .detail-box {
  border: solid 1px #feba69;
  display: flex;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.faq-wrap.active .detail-box .mark,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.faq-wrap.active .detail-box .mark {
  background-color: #ffe3d1;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap .detail-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap .detail-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 5.2rem 6.5rem;
  padding: 2.4rem 2.8rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ebebeb;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.63;
}
.search-wrap #search-result-container .result-area .part4 .detail-wrap.active .detail-box,
.search-wrap #search-result-container .result-area .part5 .detail-wrap.active .detail-box {
  display: block;
}

aside.side-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100vw;
}
aside.side-menu .side-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  overflow: auto;
}
aside.side-menu .side-inner .side-top-area {
  /* background-color: #fff6eb; */
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  align-items: center;
  /* padding: 2rem; */
  /* padding: 15px; */
  padding : 15px 15px 0px 15px;
}
aside.side-menu .side-inner .side-top-area.pro_line {
  /* padding-bottom: 30px; */
}
aside.side-menu .side-inner .side-top-area .top-part {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
aside.side-menu .side-inner .side-top-area .top-part .log-out span {
  color: #d88b2f;
  font-size: 1.4rem;
  font-weight: 700;
}
aside.side-menu .side-inner .side-top-area .top-part .close-btn {
  background-color: transparent;
  padding: unset;
  /* margin-left: auto; */
}
aside.side-menu .side-inner .side-top-area .top-part .close-btn span {
  font-size: 1.4rem;
  color: #e3e3e3;
}
aside.side-menu .side-inner .side-top-area .flex-column {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
aside.side-menu .side-inner .side-top-area .flex-column.user_pro {
  flex-direction: column;
  margin-top: 30px;
  border-bottom: 1px solid #70737C38;
  padding-bottom: 30px;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box {
  width: 22.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box button.edit-btn {
  position: absolute;
  right: -4px;
  top: -2px;
  background: transparent;
  padding: unset;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .user-img-wrap {
  position: relative;
  width: 7.7rem;
  height: 7.7rem;
  border-radius: 50%;
  background-color: #feba69;
  outline: 4px solid #feba69;
  margin-bottom: 1rem;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .user-img-wrap .user-img {
  width: 7.7rem;
  height: 7.7rem;
  overflow: hidden;
  border-radius: 50%;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .user-img-wrap .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box ul {
  margin-bottom: 1.3rem;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box ul li {
  text-align: center;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box ul li:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #212121;
  margin-bottom: 0.8rem;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box ul li:last-child {
  /* font-size: 1.3rem;
  font-weight: 500; */
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #606060;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .bottom-part {
  display: flex;
  align-items: center;
  gap: 1rem;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .bottom-part a {
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden;
  width: 12rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137);
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .bottom-part a .title-part {
  text-align: center;
  background-color: #f4e3cb;
  font-size: 12px;
  font-weight: 500;
  padding: 0.5rem 0;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .bottom-part a .num-part {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background-color: #f7ebda;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside.side-menu .side-inner .side-top-area .flex-column .main-user-box .bottom-part a .num-part img {
  width: 2rem;
}
aside.side-menu .side-inner .side-top-area .flex-column_right {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 20px;
}
aside.side-menu .side-inner .side-top-area .flex-column_right .close-btn {
  width: 15px;
  height: 15px;
}

aside.side-menu .side-inner .side-top-area .logo {
  text-align: center;
  /* width: 15rem; */
  width: 75px;
  height: 35px;
  /* margin: 2rem 3rem; */
}
aside.side-menu .side-inner .side-top-area .logo img {
  width: 100%;
}
aside.side-menu .side-inner .side-top-area .btn-part a {
  /* display: inline-block;
  text-align: center; */
  /* width: 9rem;
  height: 3.5rem; */
  /* font-size: 1.4rem;
  font-weight: 700; */
  display: flex;
  text-align: center;
  width: 116px;
  height: 32px;
  align-items: center;
  justify-content: center;
  /* line-height: 3rem; */
  /* border: 3px solid #feba69; */
  border: 1px solid #70737C38;
  border-radius: 8px;
  color: #FF8B00;
  font-size: 14px;
  font-weight: 600;
}
aside.side-menu .side-inner .menu-container {
  /* padding: 3rem; */
  padding: 30px 15px 30px 15px;
}
aside.side-menu .side-inner .menu-container .scroll-area {
  overflow: auto;
  height: 100%;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #171719;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.m-b-cum {
  margin-top: 15px;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.m-b-30 {
  margin-bottom: 2.5rem !important;
}

aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.m-b-btf {
  padding-bottom: 15px;
  margin-bottom: unset;
  border-bottom: 1px solid #70737C38;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.m-b-guide {
  /* padding-top: 30px; */
  /* margin-bottom: 2.5rem; */
  padding-bottom: 15px;
  border-bottom: 1px solid #70737C38;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.m-b-mypage {
  /* padding-top: 30px; */
  /* margin-bottom: 2.5rem; */
  padding-bottom: 15px;
  border-bottom: 1px solid #70737C38;
}
aside.side-menu .side-inner .menu-container .scroll-area ul li.title-link.logout_btn {
  /* padding-top: 10px; */
  font-size: 15px;
  font-weight: 600;
}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul {
  padding: 0 0.5rem;
  
}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul li {
  /* padding-bottom: 0.7rem; */
  margin-bottom: 17px;
  /* border-bottom: 1px solid #ddd; */
  /* color: #707070; */
  /* color: #171719; */
  color: #37383C9C;
  font-weight: 400;
  font-size: 14px;
}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul li a img {
  /* width: 1.3rem; */
  width: 7px;
  height: 10px;
}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul li:last-of-type {
  margin-bottom: unset;
  padding-bottom: 15px;

}
aside.side-menu .side-inner .menu-container .scroll-area ul.list-ul.m-b-30 {
  /* margin-bottom: 2.5rem !important; */
  margin-bottom: 15px !important;
  border-bottom: 1px solid #70737C38;
}
aside.side-menu .side-inner .menu-container .side-bottom-area {
  background-color: #fff;
  margin-top: 4rem;
}
aside.side-menu .side-inner .menu-container .side-bottom-area ul {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
aside.side-menu .side-inner .menu-container .side-bottom-area ul li {
  font-size: 13px;
  color: #707070;
  font-weight: 700;
}
aside.side-menu .side-inner .menu-container .side-bottom-area div {
  font-size: 8.5px;
  color: #959595;
}
aside.side-menu .side-back {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.sc-up-btn {
  display: none;
  position: fixed;
  bottom: 87px;
  right: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.popup-container {
  display: block;
  position: fixed; /* 주석 해제: 뷰포트 기준 고정 위치 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* -61%에서 -50%로 수정 */
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: 80vh; /* %에서 vh로 변경 */
  overflow-y: auto;
  width: 90vw; /* %에서 vw로 변경 */
  max-width: 900px;
  border-radius: 10px;
  box-sizing: border-box; /* 패딩/보더 포함 크기 계산 */
  overflow: hidden;
}

.popup-container .popup-btn-area {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}

.popup-container .popup-btn-area button {
  border-radius: 0.5rem;
  padding: unset;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}
.popup-container .popup-btn-area button.hide-today-popup {
  /* background-color: #eee;
  padding: 0.5rem 1rem; */
}

.announce-popup {
  position: fixed;
  width: auto;
  height: auto;
  padding: 3rem 3.5rem;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 11111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.announce-popup .close-btn {
  background-color: transparent;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
}
.announce-popup .token-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
}
.announce-popup .token-inner p {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.announce-popup .token-inner a {
  font-size: 2rem;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 2rem;
  background-color: #ffa030;
  color: #fff;
  border-radius: 1rem;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
  border: solid 2px #fc9621;
}
.announce-popup.token-alarm.close {
  display: none;
}
.announce-popup.detail-popup {
  height: auto;
  padding: 3rem 3rem 5rem;
}
.announce-popup.detail-popup.close {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 245, 247, 0.662745098);
  z-index: 9999999;
}
#preloader .status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#preloader .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

#reload_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #37383C9C;
  z-index: 9999999;
}
#reload_loader .reload_loader_status {
  height: 30%;
  width: 35%;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
#reload_loader .loader_box {
  width: 100%;
  height: 69%;
  border-radius: 30px;
  border: 1px solid #F5F5F5;
  background-color: #ffffff;
  text-align: center;
  line-height: 35px;
  /* padding-top: 55px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#reload_loader .loader_box span{
  font-size: 20px;
  font-weight: 700;
}

#reload_loader_after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #37383C9C;
  z-index: 9999999;
  backdrop-filter:blur(6px);
}
#reload_loader_after .reload_loader_status_after {
  height: 30%;
  width: 35%;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
#reload_loader_after .loader_box_after {
  width: 100%;
  height: 69%;
  border-radius: 30px;
  border: 1px solid #F5F5F5;
  background-color: #ffffff;
  text-align: center;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reload_loader_after .loader_box_after span{
  font-size: 20px;
  font-weight: 700;
}
/* Flexbox 스타일 추가 */
.popup_modal{
    display: grid;
    position: fixed;
    top: 50%;
    left: 19%;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .7); */
    z-index: 10000;
}

.popup-wrapper {
    display: flex;
    height: 100%;
    gap: 15px;
    align-items: center;
    justify-content: center; /* 팝업들을 화면 중앙으로 정렬 */
}

.popup-content {
    overflow: hidden;
  }

/* 캠페인 오픈하기 페이지 ---------------START */
#wrapper #main_campaign_open {
  margin-top: 120px;
}
#wrapper #main_campaign_open .campaign_top_title {
  width: 100%;
}
#wrapper #main_campaign_open .campaign_top_title .camopen {
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 25px;
  line-height: 35px;
}
#wrapper #main_campaign_open .campaign_top_title span {
  font-size: 28px;
  font-weight: 600;
  color: #171719;
}
#wrapper #main_campaign_open .campaign_top_title .what_cam {
  width: 100%;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
#wrapper #main_campaign_open .campaign_top_title .what_cam span {
  font-size: 14px;
  font-weight: 400;
  color: #37383C9C;
}
#wrapper #main_campaign_open .box_container {
  margin: 75px auto 0px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 69px;
}
#wrapper #main_campaign_open .box_container .button_box{
  /* width: 100%;
  height: 100%; */
  width: 345px;
  height: 225px;
  border: 1px solid #70737C38;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper #main_campaign_open .box_container a:hover{
  border: 1px solid var(--primary_1, #FF8B00);
}
#wrapper #main_campaign_open .box_container .button_box .cul_box{
  text-align: center;
}
#wrapper #main_campaign_open .box_container .button_box .cul_box .img_box{
  margin-bottom: 39px;
}
#wrapper #main_campaign_open .box_container .button_box .cul_box .cul_text{
  font-size: 18px;
  font-weight: 600;
}
/* 캠페인 오픈하기 페이지 ---------------END */
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

@media screen and (max-width: 1200px) {
  header .main-logo-wrap {
    padding: 0 0 1rem;
  }
  header .main-logo-wrap .logo-layout {
    margin: 2rem auto 0;
  }
  header .layout {
    justify-content: space-around;
    padding: 1rem;
  }
}
/* 테블릿 ~ 모바일 */
@media screen and (max-width: 1100px) {
  header .layout {
    flex-wrap: wrap;
  }
  header .layout nav.top-nav {
    margin: 0 0 1rem;
  }
  header .layout nav.top-nav ul.gnb {
    gap: 1rem;
    align-items: baseline;
  }
  header .layout nav.top-nav ul.gnb li.list-wrap a {
    font-size: 99%;
  }
  header .layout .log-part {
    gap: 1rem;
  }
  header .layout .log-part a.org-btn {
    padding: 6px 10px;
    margin-left: unset;
    font-size: 12px;
  }
  .location-header {
    padding: 0 2rem;
  }
  .category-nav-wrap .layout {
    max-width: 90vw;
  }
  .category-nav-wrap .layout ul.category-tap li {
    font-size: 1.5rem;
    padding: 1.4rem 2rem 2rem;
  }
  .category-nav-wrap .layout .search-input {
    max-width: 40%;
  }
  .pagination-container .re-pagination .list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .movie-list-container .movie-view .info-container .title-box {
    margin-bottom: 2rem;
  }
  footer .footer-wrap .footer-inner {
    width: 98vw;
    height: auto;
    padding: 3rem 1.5rem;
  }
  footer .footer-wrap .footer-inner .footer-logo {
    margin-bottom: 3rem;
  }
  footer .footer-wrap .footer-inner .footer-logo img {
    width: 90%;
  }
  footer .footer-wrap .bottom .bottom-inner {
    width: 98vw;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-wrap .footer-inner {
    width: 100vw;
    height: auto;
    padding: 3rem 1.5rem;
  }
  footer .footer-wrap .footer-inner .footer-logo {
    margin-bottom: 3rem;
  }
  footer .footer-wrap .footer-inner .footer-logo img {
    width: 90%;
  }
  footer .footer-wrap .footer-inner .layout {
    flex-direction: column;
  }
  footer .footer-wrap .footer-inner .layout .left-part {
    margin-bottom: 3rem;
  }
  footer .footer-wrap .footer-inner .layout .left-part p.p-style {
    font-size: 12px;
    font-weight: 400;
  }
  footer .footer-wrap .footer-inner .layout .left-part p.p-style::before {
    width: 17px !important;
    height: 17px !important;
    background-size: contain !important;
    margin-right: unset;
  }
  footer .footer-wrap .footer-inner .layout .left-part ul li {
    font-size: 12px;
    line-height: 1.7;
  }
  footer .footer-wrap .footer-inner .layout .right-part {
    width: 98%;
  }
  footer .footer-wrap .footer-inner .layout .right-part .layout {
    flex-direction: row;
    padding-right: 0.5rem;
  }
  footer .footer-wrap .footer-inner .layout .right-part .layout span {
    font-size: 12px;
  }
  footer .footer-wrap .footer-inner .layout .right-part .layout .footer-btn {
    width: 15rem;
    height: 3.5rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  footer .footer-wrap .bottom .bottom-inner {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }
  footer .footer-wrap .bottom .bottom-inner div {
    font-size: 12px;
    text-align: center;
  }
  footer .footer-wrap .bottom .bottom-inner li {
    /* font-size: 13px; */
    font-size: 11px;
  }
}
/* 모바일 */
@media screen and (max-width: 767px) {
  #wrapper {
    overflow-x: hidden;
  }
  header .main-logo-wrap {
    /* padding: 2rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem 1.4rem;
    border-bottom: 1px solid #70737C38;
  }
  header .main-logo-wrap .logo_left{
    display: flex;
    align-items: center;
    gap: 19px;
  }
  header .main-logo-wrap .log-part.inf{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  header .main-logo-wrap .log-part.inf .alarm_icon_inf{
    width: 16px;
    height: 18px;
  }
  header .main-logo-wrap .log-part.inf .alarm_search_icon_inf{
    width: 18px;
    height: 18px;
  }
  header .main-logo-wrap .log-part.inf .member_infl_mypage{
    width: 18px;
    height: 18px;
  }
  header .main-logo-wrap .log-part.inf .member_biz_mypage{
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
  header .main-logo-wrap .log-part.biz{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .main-logo-wrap .log-part.biz .alarm_icon{
    width: 16px;
    height: 18px;
  }
  header .main-logo-wrap .log-part.biz .member_biz_mypage{
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }

  header .main-logo-wrap .UIUX3_click_alarm.log-after.alarm .new-alarm,
  header .main-logo-wrap .UIUX3_click_alarm.log-after.alarm_manage .new-alarm{
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e33636;
  border-radius: 100%;
  /* left: 8px;
  top: -1px; */
  top: 23px;
  right: 77px;
  }

  header .main-logo-wrap .UIUX3_click_alarm.log-after.alarm .new-alarm.m_header,
  header .main-logo-wrap .UIUX3_click_alarm.log-after.alarm_manage .new-alarm{
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e33636;
  border-radius: 100%;
  /* left: 8px;
  top: -1px; */
  top: 58px;
  right: 81px;
  }
  header .main-logo-wrap .header-top-banner {
    display: none;
  }
  header .main-logo-wrap .logo-layout {
    width: 78px;
    height: 35px;
    margin: 0;
    margin-right: 40px;
  }
  header .main-logo-wrap .logo-layout-top {
    display: flex;
    align-items: center;
  }
  header .main-logo-wrap .logo-layout .notice-box {
    display: none;
  }
  header .main-logo-wrap .hamburger-btn {
    background-color: transparent;
    display: block;
    width: 30px;
    height: 18px;
    padding: unset;
  }
  header .main-logo-wrap .hamburger-btn img {
    width: 100%;
    height: 100%;
  }
  header .main-logo-wrap .mo-login-btn {
    /* display: block;
    text-align: center;
    width: 7rem;
    height: 3.2rem;
    line-height: 2.9rem;
    border: solid 2px #c1c1c1;
    border-radius: 2rem;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 700; */
    display: block;
    text-align: center;
    width: 60px;
    height: 27px;
    line-height: 25px;
    border: solid 1px #70737C38;
    border-radius: 8px;
    color: #FF8B00;
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 10px;
  }



  header .main-logo-wrap .mo-open-btn {
    display: block;
    text-align: center;
    width: 75px;
    height: 27px;
    line-height: 25px;
    border: solid 1px #70737C38;
    border-radius: 8px;
    color: #333333;
    font-size: 1.3rem;
    font-weight: 600;
  }
  header .layout {
    display: none;
  }
  .location-header {
    height: 5rem;
    line-height: 5rem;
  }
  .location-header h1.location-name {
    font-size: 2rem;
  }
  .category-nav-wrap {
    position: relative;
    height: 4.5rem;
  }
  .category-nav-wrap .layout {
    justify-content: center;
  }
  .category-nav-wrap .layout ul.category-tap {
    width: 100%;
    justify-content: center;
  }
  .category-nav-wrap .layout ul.category-tap li {
    padding: 1.2rem 1.25rem 1.3rem;
    font-size: 1.45rem;
  }
  .category-nav-wrap .layout .search-input {
    position: absolute;
    bottom: -5.7rem;
    left: 50%;
    height: 3.5rem;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
  }
  .category-nav-wrap .layout .search-input form {
    margin-right: unset !important;
  }
  .category-nav-wrap .layout .search-input form input[type=search] {
    height: 3.5rem;
    background-color: #fff;
    border-color: #e3e3e3;
  }
  .pagination-container .re-pagination .list {
    flex-wrap: wrap;
    gap: 1rem 0.3rem;
    justify-content: flex-end;
  }
  .pagination-container .re-pagination .list a {
    width: 3rem;
    height: 3rem;
  }
  .pagination-container .re-pagination .list a button {
    width: 3rem;
    font-size: 1.3rem;
  }
  .pagination-container .re-pagination .list a.m-r-10 {
    margin-right: 0.5rem;
  }
  .pagination-container .re-pagination .list a.m-l-10 {
    margin-left: 0.5rem;
  }
  footer .footer-wrap .footer-inner .layout .right-part {
    width: 100% !important;
  }
  footer .footer-wrap .bottom .bottom-inner div {
    font-size: 11px;
  }
  aside.side-menu {
    display: block;
    transition: all 0.3s;
  }
  aside.side-menu .side-back.opacity {
    animation: opacity 0.3s 0.1s ease-out forwards;
  }
  .movie-list-container {
    gap: 3rem 1.8rem;
    width: 92%;
    margin: 0px auto;
  }
  .movie-list-container.btf {
    gap: 3rem 1.8rem;
    width: 90%;
    margin: 0px auto;
  }

  .movie-list-container .movie-view .info-container {
    height: 165px !important;
    padding: 12px 14px !important;
  }
  .movie-list-container .movie-view .info-container .title-box {
    height: 4rem;
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .movie-list-container .movie-view .info-container .title-box .movie-title {
    font-size: 1.35rem;
  }
  #wrapper #main .movie-list-part .scr-over-box {
    /* overflow-y: auto;
    margin-bottom: 5.6rem; */
    overflow-y: unset;
    margin-bottom: unset;

  }
  #wrapper #main .movie-list-part .scr-over-box .movie-list-container {
    max-width: unset;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    gap: 1.5rem;
    padding: 1rem;
    margin-bottom: unset;
  }
  #wrapper #main .movie-list-part .scr-over-box .movie-list-container .re-design.movie-view .info-container {
    height: auto !important;
    padding: unset !important;
  }
  .search-wrap #search-result-container .tap-menu-wrap {
    height: 6.5rem;
  }
  .search-wrap #search-result-container .tap-menu-wrap ul li {
    /* padding: 0rem 1.5rem; */
    /* width: 100%; */
    padding: 0rem 11px;
    font-size: 15px;
  }
  .search-wrap #search-result-container .tap-menu-wrap ul li a span {
    margin: 5px 0px 10px 0px;
  }
  
  .sc-up-btn {
    display: none;
  }
  .popup-container {
    top: unset;
    bottom: 0;
    left: 0;
    position: fixed;
    transform: unset;
    width: 100vw;
    border-radius: 1rem 1rem 0 0; 
  }
  
  .popup-container .popup-content img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100% !important;
    height: auto !important;
  }
  .popup-container .popup-btn-area {
    justify-content: flex-start;
    gap: 1rem;
  }

  .popup-container .popup-content {
    width: 100%;
    background-size: cover;
  }
 
  .announce-popup {
    width: 90vw;
  }
  .announce-popup .token-inner p {
    font-size: 14px;
  }
  .announce-popup .token-inner a {
    font-size: 1.8rem;
  }
  footer .footer-wrap .footer-inner {
    padding: 30px 15px;
    margin-bottom: 50px;
  }
  footer .footer-wrap .footer-inner .layout {
    flex-direction: column;
    gap: 20px;
  }

  footer .footer-wrap .footer-inner .layout .right-part {
    width: 100% !important;
  }

  footer .footer-wrap .footer-inner .layout .right-part .right_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #171719;
  }

  footer .footer-wrap .footer-inner .layout .right-part .right_top a img {
    margin-left: 5px;
  }
  footer .footer-wrap .footer-inner .layout .right-part .right_middle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #37383C9C;
  }
  footer .footer-wrap .footer-inner .layout .right-part .right_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 7px;
  }
  footer .footer-wrap .footer-inner .layout .right-part .right_bottom .box_area{
    display: flex;
    width: 46%;
    height: 100%;
    gap: 5px;
  }
  footer .footer-wrap .footer-inner .layout .right-part .right_bottom .box_area .footer-btn {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #FF8B00;
    border: solid 1px #70737C38;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 8px;
    text-align: center;
  }

  footer .footer-wrap .footer-inner .layout .right-part .right_bottom .sns-btn-box {
    display: flex;
    gap: 5px;
  }

  footer .footer-wrap .footer-inner .layout .left-part ul li {
    font-size: 11px;
    line-height: 1.7;
    margin-bottom: unset;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner {
    width: 100%;
  }
  footer .footer-wrap .footer-inner .layout_bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: unset;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner ul {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner ul.sns_cnt {
    border-bottom: 1px solid #70737C38;
    padding-bottom: 10px;
    gap: 11px;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner ul.info {
    padding-top: 10px;
    gap: 17px;
    justify-content: space-between;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner ul li {
    font-size: 12px;
    font-weight: 500;
    color: #171719;
  }
  footer .footer-wrap .footer-inner .layout_bottom .inner ul li.sns_inf {
    display: flex;
    align-items: center;
    color: #37383C9C;
  }
  
  footer .footer-wrap .footer-inner .layout_bottom .inner ul li span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #171719;
  }
  .navi {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 8%;
    box-shadow: 3px 0px 6px 0px #00000040;
    background-color: #F8F8F8;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9998;
  }
  .navi .navi_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 70%;
  }
  .navi .navi_btn {
    text-align: center;
  }
  
  .navi .navi_btn img {
    width: 24px;
    height: 24px;
  }
  .navi .navi_btn span{
    font-size: 10px;
    font-weight: 500;
    color: #989BA2;
  }

  /* 캠페인 오픈하기 페이지 ---------------START */
  #wrapper #main_campaign_open {
    margin-top: 40px;
  }
  #wrapper #main_campaign_open .campaign_top_title {
    width: 100%;
  }
  #wrapper #main_campaign_open .campaign_top_title .camopen {
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 18px;
    line-height: 35px;
  }
  #wrapper #main_campaign_open .campaign_top_title span {
    font-size: 20px;
    font-weight: 600;
    color: #171719;
  }
  #wrapper #main_campaign_open .campaign_top_title .what_cam {
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
  }
  #wrapper #main_campaign_open .campaign_top_title .what_cam span {
    font-size: 14px;
    font-weight: 400;
    color: #37383C9C;
  }
  #wrapper #main_campaign_open .box_container {
    margin: 40px auto 0px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  #wrapper #main_campaign_open .box_container .button_box{
    width: 45%;
    height: 100%;
    border: 1px solid #70737C38;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wrapper #main_campaign_open .box_container .button_box .cul_box{
    text-align: center;
    width: 100%;
    height: 100%;
  }
  #wrapper #main_campaign_open .box_container .button_box .cul_box .img_box{
    margin: 17px 0px;
    width: 100%;
    height: 100%;
  }
  #wrapper #main_campaign_open .box_container .button_box .cul_box .cul_text{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .search-wrap #search-result-container .tap-menu-wrap ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  /* 캠페인 오픈하기 페이지 ---------------END */

  header .log-part.biz a .new-alarm.m_header {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #e33636;
    border-radius: 100%;
    right: 138px;
    top: 58px;
  }
  header .log-part.biz a .new-alarm {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #e33636;
    border-radius: 100%;
    right: 133px;
    top: 23px;
  }
  #reload_loader_after .reload_loader_status_after {
    height: 30%;
    width: 87%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-43%, -50%);
  }
  #reload_loader .reload_loader_status {
    height: 30%;
    width: 87%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-43%, -50%);
  }
  .movie-list-container .movie-view.inf .top-part {
    flex-wrap: wrap;
    padding: 1.5rem 10px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
  }
  #reload_loader .loader_box {
    width: 86%;
    height: 160px;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    background-color: #ffffff;
    text-align: center;
    line-height: 23px;
    /* padding-top: 55px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #reload_loader .loader_box span {
    padding: 30px 40px;
    font-size: 16px;
    font-weight: 700;
  }
  #reload_loader_after .loader_box_after {
    width: 86%;
    height: 160px;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    background-color: #ffffff;
    text-align: center;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #reload_loader_after .loader_box_after span {
    padding: 30px 40px;
    font-size: 16px;
    font-weight: 700;
  }
}
.side-over-noScroll {
  overflow: hidden;
}

@media screen and (max-width: 375px) {
  aside.side-menu .side-inner .menu-container {
    height: 82%;
  }
}
