@charset "UTF-8";
.event_24 {
  --color-1: #CB5C5C;
  --color-2: #8B2121;
  --color-3: #530707;
  --color-4: #FFCBC8;
}
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("/assets/font/PretendardVariable.woff2") format("woff2-variations");
}
.event_24 .wrap {
  max-width: 708px;
  margin: 0 auto;
  background-color: var(--color-1);
}
.event_24 .rel_wrap {
  padding: 0 18px;
}
.event_24 h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.event_24 h2 {
  color: #fff;
  margin-top: 5px;
  font-size: 28px;
  font-weight: 700;
}
.event_24 h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.event_24 h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}
.event_24 h5 {
  font-size: 12px;
  font-weight: 700;
}
.event_24 input {
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 400;
  outline: unset;
  color: #000;
  border: unset;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.event_24 input:-moz-read-only {
  background-color: #eee;
  cursor: default !important;
}
.event_24 input:read-only {
  background-color: #eee;
  cursor: default !important;
}
.event_24 input:-moz-read-only:focus {
  border: 1px solid #ccc;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
.event_24 input:read-only:focus {
  border: 1px solid #ccc;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
.event_24 input::-moz-placeholder {
  color: #888;
}
.event_24 input::placeholder {
  color: #888;
}
.event_24 input.tel {
  cursor: pointer;
}
.event_24 input:focus {
  border: 1px solid var(--color-4);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.event_24 input.reject {
  border: 1px solid #FF8A82;
}
.event_24 .input_wrap {
  position: relative;
}
.event_24 .input_wrap.wbutton {
  display: flex;
  gap: 10px;
}
.event_24 .input_wrap.wbutton input {
  width: calc(100% - 98px);
}
.event_24 button:not(.select *, .mpass_close *), .event_24 .input_wrap a {
  display: block;
  padding: 12px 18px;
  font-weight: 400;
  font-size: 14px;
  border: unset;
  outline: unset;
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  border-radius: 6px;
  color: #fff;
  width: 88px;
  text-align: center;
}
.event_24 :is(button:not(.select *, .mpass_close *), .input_wrap a):hover {
  border: 1px solid var(--color-3);
  transition: all 0.3s ease-out;
  background-color: var(--color-3);
}
.event_24 input[type=password]::-moz-placeholder {
  font-size: 13px;
}
.event_24 input[type=password]::placeholder {
  font-size: 13px;
}
.event_24 .input_wrap p {
  position: absolute;
  bottom: -11px;
  left: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #ED3124;
}
.event_24 .visual {
  position: relative;
}
.event_24 .visual .rel_wrap {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: var(--color-1);
  min-height: 170px;
}
.event_24 .visual.s_join .rel_wrap {
  min-height: auto;
}
.event_24 .visual::before {
  content: "";
  background: url(/assets/img/event_membership/visual_background.png) no-repeat;
  background-size: cover;
  display: block;
  width: 375px;
  height: 438px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 3;
}
.event_24 .visual_txt_wrap {
  color: #fff;
}
.event_24 .sub_title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: var(--color-4);
  margin-bottom: 10px;
}
.event_24 h1 .title_top_txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
h1 .title_reward{
    color: #FCDD15;
}
.event_24 .title_logo {
  display: inline-block;
  width: 105px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
  background: url(/assets/img/event_membership/mvc.png) no-repeat;
  background-size: cover;
  margin-top: 10px;
}
.event_24 .content {
  background-color: var(--color-1);
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.event_24 .content::before {
  content: "";
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  top: -40px;
  -webkit-clip-path: ellipse(50% 70% at 50% 100%);
          clip-path: ellipse(50% 70% at 50% 100%);
  background-color: var(--color-2);
}
.event_24 .content_inner {
  background-color: var(--color-2);
  padding-bottom: 50px;
}
.event_24 .movie_logo_wrap {
  position: relative;
  height: 85px;
}
.event_24 .movie_logo_wrap::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: var(--color-1);
  position: absolute;
  top: 35%;
  left: 0%;
  transform: rotate(15deg);
}
.event_24 .movie_logo_wrap::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: var(--color-1);
  position: absolute;
  top: 54%;
  right: 15%;
  transform: rotate(-11deg);
  z-index: 1;
}
.event_24 .movie_logo_wrap div {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 15px;
  position: absolute;
  z-index: 2;
}
.event_24 .movie_logo_wrap div::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
.event_24 .movie_logo_wrap div::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: var(--color-1);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}
.event_24 .movie_logo_wrap img {
  width: 100px;
}
.event_24 .movie_logo_wrap .cgv {
  left: 0;
}
.event_24 .movie_logo_wrap .megabox {
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
}
.event_24 .movie_logo_wrap .lottecinema {
  right: 0;
  top: 11px;
}
.event_24 .content_visual {
  margin-top: 20px;
  text-align: center;
}
.event_24 .content_visual_sub_txt {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  font-weight: 400;
}
.event_24 .content_visual_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
  z-index: 1;
  width: 100%;
}
.event_24 .content_visual_logo::before {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 290px;
  height: 106px;
  content: "";
  background: url(/assets/img/event_membership/content_logo_background.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.event_24 .content_visual_logo_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_24 .content_visual_logo img {
  width: 100%;
  max-width: 180px;
}
.event_24 .content_box_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.event_24 .content_inner_box {
  background-color: transparent;
  width: calc(100% - 36px);
  position: relative;
  padding: 20px 18px;
  text-align: center;
}
.event_24 .content_inner_box.pay {
  text-align: left;
  width: calc(100% - 3.5em);
  border-radius: 15px 15px 0 0;
}
.event_24 .content_inner_box.pay::before {
  border-radius: 15px 15px 0 0;
}
.event_24 .content_inner_box.pay::after {
  border-radius: 15px 15px 0 0;
}
.event_24 .content_inner_box::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.event_24 .content_inner_box::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: var(--color-1);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.event_24 .box_num {
  padding: 5px 15px;
  background-color: var(--color-2);
  border-radius: 15px;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.event_24 .box_inner_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.event_24 .box_logo_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.event_24 .box_logo_wrap img {
  width: 160px;
}
.event_24 .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.event_24 .price.sale {
  position: relative;
  color: #999;
}
.event_24 .price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.event_24 .price.sale::after {
  width: 4.5em;
  height: 1px;
  content: "";
  background-color: #999;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.event_24 .p_sub {
  font-size: 10px;
  font-weight: 400;
  color: #999;
  line-height: 12px;
  margin-bottom: 20px;
}
.event_24 .box_logo {
  display: inline-block;
  width: 94px;
  height: 22px;
  text-indent: -999px;
  overflow: hidden;
  background: url(/assets/img/mpass_logo_color.svg) no-repeat;
  background-size: cover;
}
.event_24 .join {
  padding: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  color: var(--color-2);
  width: calc(100% - 32px);
  height: 100%;
  display: block;
  line-height: 1.3;
}
.event_24 .footer {
  background-color: var(--color-3);
  padding-top: 36px;
  padding-bottom: 126px;
}
.event_24 .footer h3 {
  color: #fff;
}
.event_24 .footer ul {
  padding: 0 18px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 18px 29px;
}
.event_24 .footer li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.event_24 .footer li:not(:last-child):after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-1);
}
.event_24 .footer li p:nth-child(1) {
  color: var(--color-1);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.event_24 .footer li img {
  width: 28px;
  height: auto;
}
.event_24 .footer li p:nth-child(3) {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.event_24 .inq_txt_wrap p {
  font-size: 14px;
  color: var(--color-4);
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.3;
}
.event_24 .inq_txt_wrap h3 {
  margin-top: 18px;
  margin-bottom: 10px;
}
.event_24 .inq_txt_wrap a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.event_24 .inq_txt_wrap a:hover {
  background-color: var(--color-1);
}
.event_24 .floating_button {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-2);
  z-index: 9;
  border-top: 1px solid var(--color-1);
}
.event_24 .content_inner_box.button {
  padding: 0;
  transition: unset;
  width: 90%;
}
.event_24 .content_inner_box.button * {
  transition: unset;
}
.event_24 .content_inner_box.button:hover::before {
  background-color: #fff;
}
.event_24 .content_inner_box.button:hover::after {
  background-color: var(--color-1);
}
.event_24 .content_inner_box.button:hover {
  background-color: transparent;
}
.event_24 .content_inner_box.button:hover .join {
  color: #fff !important;
}
.event_24 .select {
  width: 100%;
  position: relative;
}
.event_24 .select_box {
  border: unset;
  outline: unset;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-out;
}
.event_24 .select_box::after {
  position: absolute;
  width: 10.5px;
  height: 6px;
  background-image: url(/assets/img/arrow.svg);
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.event_24 .select_box.select_ok {
  color: #000;
  font-weight: 400;
}
.event_24 .select_box.select_on {
  border-radius: 5px 5px 0 0;
  border: 1px solid var(--color-1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.event_24 .select_box.select_on::after {
  transform: translateY(-50%) rotate(180deg);
}
.event_24 .select_box + .select_option {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid var(--color-1);
  margin-top: -1.5px;
  border-top: 0;
  max-height: 205px;
  overflow-y: auto;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}
.event_24 .select_box.select_on + .select_option {
  opacity: 1;
  pointer-events: auto;
}
.event_24 .select_box + .select_option li {
  background-color: transparent;
}
.event_24 .select_box + .select_option li button {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event_24 .select_box + .select_option li button:hover {
  background-color: #F5F5F5;
}
.event_24 .check_wrap {
  display: flex;
  align-items: center;
}
.event_24 .check_wrap p {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}
.event_24 input[type=checkbox] {
  display: none;
}
.event_24 input[type=checkbox] + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.event_24 input[type=checkbox] + label + label {
  text-align: left;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.event_24 input[type=checkbox]:checked + label::after {
  content: "";
  color: #fff;
  font-size: 12px;
  background: url(/assets/img/moviepass/check.svg) center center no-repeat var(--color-2);
  background-size: 9px 7px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-4);
  text-align: center;
  position: absolute;
  left: -0.5px;
  top: 0px;
  border-radius: 5px;
}
.event_24 .all_agree {
  font-weight: 700;
  text-decoration: underline;
}
.event_24 .agree_wrap {
  display: flex;
  justify-content: space-between;
}
.event_24 .agree_wrap a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.event_24 .pay_modal_button_wrap {
  display: flex;
  gap: 10px;
}
.event_24 .join_sucess {
  width: calc(50% - 5px);
  display: block;
}
.event_24 .join_sucess a {
  box-sizing: border-box;
  margin-top: 15px;
  padding: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  display: block;
  background-color: var(--color-2);
  border-radius: 6px;
  color: #fff !important;
}
.event_24 .join_sucess a:hover {
  transition: all 0.3s ease-out;
  background-color: var(--color-3);
}
.event_24 .loading_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.event_24 .loading_new::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(/assets/img/sub/Rolling-2s-200px.svg);
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 50px));
}
.event_24 .loading_new::before {
  position: absolute;
  content: "로딩 중입니다.";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% + 70px));
}
.event_24 .price_flex {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-self: center;
  gap: 36px;
}
.event_24 .price_flex li:nth-child(1) {
  position: relative;
}
.event_24 .price_flex li:nth-child(1)::after {
  background-image: url(/assets/img/event_membership/long_arrow_right.png);
  background-size: cover;
  content: "";
  width: 16px;
  height: 8px;
  display: block;
  top: calc(50% - 11px);
  right: -25px;
  position: absolute;
}
.event_24 .price_flex .p_sub {
  margin-bottom: 15px;
}
.event_24 .box_inner_sub_txt p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.event_24 .box_inner_sub_txt p.sub {
  font-size: 12px;
  color: #999;
}
.event_24 .members_price_txt {
  position: relative;
  margin-top: 23px;
  padding-top: 15px;
}
.event_24 .members_price_txt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 12px;
  height: 8px;
  background-image: url(/assets/img/event_membership/short_arrow_bottom.png);
  background-size: cover;
}
.event_24 .members_price_txt b {
  color: var(--color-2);
  font-weight: 700;
}
.event_24 .price.month_price {
  gap: 5px;
}

/* 결제수단선택 */
.join_header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join_header h3 span {
  color: var(--color-3);
  font-weight: bold;
}
.join_header .close {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
}
.join_header .close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: rotate(45deg);
}
.join_header .close span:last-child {
  transform: rotate(-45deg);
}

.pay_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
.pay_modal .pay_modal_bg {
  width: 100%;
  height: 100%;
}
.pay_modal .pay_modal_inner {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.pay_modal .pay_modal_content p {
  font-size: 14px;
}
.pay_modal .pay_modal_button_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}
.pay_modal .pay_modal_txt_wrap {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
.pay_modal .pay_modal_txt_wrap b {
  font-weight: bold;
}/*# sourceMappingURL=event_membership_style.css.map */