/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; }
/****** Layout ******/

.right {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* guide padding */
[data-view-guide='true'] .inner {
  position: relative;
}

[data-view-guide='true'] .inner:not(.no-wrap):before,
[data-view-guide='true'] .inner:not(.no-wrap):after {
  content: '';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffb2b2;
  opacity: 0.3;
}

[data-view-guide='true'] .inner:not(.no-wrap):before {
  left: 0;
}

[data-view-guide='true'] .inner:not(.no-wrap):after {
  right: 0;
}

/* design-guide */
.inner {
  max-width: 884px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.inner.no-wrap {
  padding: 0;
  /*max-width: unset;*/
  overflow: inherit;
}

/* 유의사항 */
#eventInfo .inner {
  padding: 0 30px;
}
#eventInfo .info-tit {
  padding-top: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
#eventInfo .info-cont {
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
}
#eventInfo .info-list {
  word-break: keep-all;
}
#eventInfo .noline .info-list {
  margin-top: 0;
}
#eventInfo .info-list li {
  position: relative;
  padding-left: 10px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#eventInfo .info-list li::before {
  /*content: "・";*/
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
}
.accordion-block {
  padding: 16px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #444;
  overflow: hidden;
}
.accordion-block.noline {
  padding: 40px 0 30px;
}
.accordion-block .accordion-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.accordion-block .accordion-btn span {
  vertical-align: middle;
}
.accordion-block .accordion-btn .title {
  display: inline-block;
  width: calc(100% - 25px);
}
.accordion-block .accordion-btn .icon-arrow {
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 0;
}
.accordion-block .accordion-btn .icon-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-btn.is-active .icon-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-content {
  display: none;
  padding-bottom: 24px;
}
.accordion-block.unfold .accordion-content {
  display: block;
}
.accordion-block.unfold .accordion-btn {
  pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
  display: none;
}
/* 심의필 */
.serial {
  padding-bottom: 140px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#eventInfo .serial .info-list li::before {
  width: 4px;
  height: 4px;
}

/* 플로팅 버튼 */
.wrap_apply {
  position: fixed;
  bottom: 23px;
  left: 20px;
  right: 20px;
  width: auto;
  text-align: center;
  z-index: 999;
}

/* Contents 영역 안에서의 wrap_apply 버튼 스타일 */
.contents .wrap_apply {
  position: fixed;
  bottom: 23px;
  left: 20px;
  right: 20px;
  width: auto;
  z-index: 10;
}

#btnApply,
#btnApplyDisabled {
  pointer-events: none;
  bottom: 0;
  padding: 0 0 34px;
  opacity: 0;
  box-sizing: border-box;
}
.wrap_apply .apply-btn,
#btnApplyDisabled .apply-btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(90deg, #ffd700 8.45%, #ff40de 109.77%);
  color: #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 12px;
}

/* theme color */
.theme-default #eventInfo {
  background: #f1f1f1;
}

.theme-default #eventInfo * {
  color: #333333;
}

.theme-dark #eventInfo {
  background: #444444;
}

.theme-dark #eventInfo * {
  color: #f1f1f1;
}

/* .theme-default .accordion-block {
    border-top: 2px solid #333333;
} */

.theme-dark .accordion-block {
  border-top: 2px solid #f1f1f1;
}

.accordion-block.noline {
  border-top: none;
}

.theme-default .accordion-block .accordion-btn .icon-plus svg {
  stroke: #333333;
}

.theme-dark .accordion-block .accordion-btn .icon-plus svg {
  stroke: #f1f1f1;
}

/* 팝업 */
.popups {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
}

.popups.on {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}

.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.popups .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.popups .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.popups .modal-content {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 20px;
}

.popups .copy {
  padding: 22px 0 32px;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popups .okay-btn {
  width: 100%;
}

.popups .okay-btn .btn-ok {
  display: inline-block;
  padding: 16.5px 20px;
  width: 100%;
  text-align: center;
  line-height: normal;
  background: #799fad;
  /* custom */
  border-radius: 10px;
  box-sizing: border-box;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.popups .okay-btn.cnt-2 .btn-ok {
  display: inline-block;
  width: 49%;
  /* 버튼 두개일 때 디자인 필요 */
}

.btn-action:active {
  transform: scale(0.93);
  background-color: #666666 !important;
  transition: all 0.2s;
}

@media screen and (max-width: 375px) {
  .inner.no-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 360px) {
  /* .inner {padding: 0 25px;} */

  #share .share-btn .btn {
    padding: 25px 28px;
  }
}

@media screen and (max-width: 340px) {
}

.popup-img {
  display: block;
  margin: 0 auto 20px;
  margin-bottom: 20px;
  width: 140px;
}
.popup-img.big {
  width: 100%;
}

/****** Share ******/

/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 60px 16px;
  text-align: center;
  box-sizing: border-box;
}
#share .share-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: #fff;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#000;
}
#share .share-btn svg {
margin-right:10px;
}
/* theme color */
/* .theme-default #share {background:#FFD600;}
.theme-dark #share {background:#fff;} */
/* .theme-default #share .share-btn {background:#444;color:#fff;}
.theme-dark #share .share-btn {background:#555555;color:#fff;} */
/* .theme-default #share .share-btn svg {stroke: #333333;} 
.theme-dark #share .share-btn svg {stroke: #ffffff;}*/


/** 공유하기 - 팝업 **/
.popup-share .pop-content {
position: absolute;
left: 0;
bottom: -500px;
width: 100%;
transition: bottom 0.3s;
}
.popup-share .pop-content-inner {
position:relative;
margin: 0 auto;
padding:10px 18px 40px;
background: #fff;
border-radius: 30px 30px 0 0;
text-align: center;
}
.popup-share .btn-close {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 35px;
height: 5px;
border-radius: 20px;
text-indent: -9999px;
/* background: #799FAD; */
  background-color:#EAECEF;
}
.popup-share .pop-share-btn-list {
margin-top: 40px;
}
.popup-share li+li {
margin-top: 10px;
}
.popup-share .pop-share-btn-list a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
background: #F1F1F1;
border-radius: 15px;
font-size: 15px;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
font-weight: 600;
color: #000;
}
.popup-share .pop-share-btn-icon {
margin-right: 6px;
width: 26px;
height: 26px;
}
.popup-share .pop-share-btn-list button:after {content: none;}
.popup-share .pop-share-btn-list .kakaotalk {background: #FAE200;}
.popup-share .pop-share-btn-list .facebook {background: #1877F2;color:#fff;}
.popup-share .pop-share-btn-list .twitter {background: #1D9BF0;color:#fff;}
.popup-share .pop-share-btn-list .x {background: #000;color:#fff;}
.popup-share .pop-share-btn-list .copy {margin:0;}

.popup-share.on {
visibility: visible;
opacity: 1;
}
.popup-share.on .pop-content {
bottom:0;
}

html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  min-width: initial;
}

* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}

section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-y: auto;
  color: #fff;
  background-color: #000;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

.scroll > div {
  border: 1px solid red;
}

/* .scroll .s-step2 {
  height:3000px;
}

.scroll .s-step3 {
  height:2000px;
} */

.menu {
  position: relative;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  font-size: 0;
  background-color: #000;
  z-index: 9;
}

.menu button {
  position: relative;
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  height: 72px;
  color: #656565;
  background: #1d1d1d;
}

.menu button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fix-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /* display: none; */
  opacity: 0;
}

.fix-menu.on {
  /* display: block; */
  visibility: visible;
  opacity: 1;
}

.menu button.on {
  color: #080808;
  background-color: #ff5ce3;
}
.menu button:first-child.on {
  color: #080808;
  background-color: #ffd700;
}
.divider {
  width: 100%;
  height: 11px;
  background-color: #d9d9d9;
  opacity: 0.1;
}

.event h1 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 134.615% */
  margin: 0 0 22px;
}
.event .title {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 60px;
}
.event .sub-title {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.event .title span {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 5px;
}

.event .info {
  text-align: left;
}

.event .info .info-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 16px;
  display: inline-flex;
  flex-direction: column;
}

.event .info .info-title::after {
  content: '';
  height: 3px;
  margin-top: 6px;
  width: 105%;
  border-radius: 0.2px;
  background: #ffd700;
}

.event .info ul li span {
  display: block;
  color: #fff;
}

.popups .okay-btn .btn-ok {
  background: #ffd600;
  color: #000;
}

.popups .title span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.popups .title span b {
  display: block;
  margin-bottom: 5px;
}

.theme-default #eventInfo .serial.serial-tline {
  margin-top: 10px;
  font-size: 16px;
}
.theme-default #eventInfo .serial.serial-tline .info-list {
  margin-top: 0;
}

.theme-default #share {
  background-color: #000;
}

.share-inner {
  position: relative;
  margin: 0 auto;
}

.share-up {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 95px;
}

@keyframes mouseloop {
  0% {
    transform: translateY(0);
    opacity: 0.85;
  }
  100% {
    transform: translateY(-12px);
    opacity: 1;
  }
}

.event-info {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.event strong {
  color: #ffd700;
  font-weight: 400;
}
.event-info li {
  position: relative;
  margin-bottom: 24px;
}
.event-info .depth-2 li {
  margin-bottom: 0;
  line-height: 22px;
  display: block;
  position: relative;
  margin-left: 14px;
}
.event-info .depth-2 .sub {
  margin-left: 14px;
}
.event-info .depth-2 li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin: 7px 10px 7px 0;
  position: absolute;
  left: -14px;
}
.event-info li span {
  display: block;
}
.event-info li span .btn {
  color: #ffd700;
  font-weight: 400;
}
.event-info li span.sub {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 8px;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.no-scroll #main {
  overflow: hidden;
  height: 100vh;
}

.contents {
  background-color: #000;
}

template {
  display: none;
}

.kv {
  top: 0;
  height: 100vh;
  opacity: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #ffd700;
}
.kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  z-index: -1;
  /* Safari 호환성을 위한 추가 스타일 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.kv .logo {
  max-width: 800px;
  position: relative;
  padding: 30px 24px;
  max-width: 884px;
  margin: 0 auto;
}

.kv .seq {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 30px;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
}
.kv .seq-box {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
}
.kv .seq img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.kv .seq img.on {
  opacity: 1;
}

.kv .seq img:first-child {
  position: relative;
}

/* 로띠 컨테이너 스타일 */
.kv .bg #lottie-bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* 애니메이션 텍스트 스타일 */
.kv .animation-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.animation-text img {
  width: 282px;
  height: 282px;
  display: block;
  margin: 0 auto 30px;
}
.kv .text-line {
  display: block;
  color: #000;
  position: absolute;
  top: 58%;
  left: 50%;
  text-align: center;
  opacity: 0;
}

.kv .line-1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 148%;
  opacity: 0;
}

.kv .line-2 {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 155%;
  letter-spacing: -0.085px;
}
/* 
.contents {
  z-index: -1;
  overflow-y: auto;
  opacity: 0;
}

.contents.on {
  transition: all 0.2s;
  opacity: 1;
} */

/* 스크롤 방지를 위한 body 스타일 */
body.parallax-active {
  overflow: hidden;
  height: 100vh;
  /* Safari에서 스크롤 방지 개선 */
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* KV 영역의 화살표 */
.kv-arrow {
  position: fixed;
  bottom: 57px;
  left: 50%;

  transform: translateX(-50%);
  z-index: 30;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: mouseloop 0.8s infinite alternate;
  /* Safari 호환성 개선 */
  -webkit-transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  -webkit-animation: mouseloop 0.8s infinite alternate;
  will-change: transform, opacity;
}

.kv-arrow:hover {
  opacity: 1;
}

/* Safari를 위한 keyframe 애니메이션 */
@keyframes mouseloop {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}

@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(5px);
  }
}

.event {
  visibility: hidden;
}
.on .event {
  visibility: visible;
  width: 100%;
  overflow-x: hidden;
}
.vote {
  text-align: center;
}
.vote .inner {
  padding: 175px 30px 0;
}
.vote .share-inner {
  margin-top: 100px;
}
.event.vote .title {
  padding-bottom: 45px;
  opacity: 0;
}
.on .event.vote .title.play {
  padding-bottom: 45px;
  animation: fade-in-up 0.8s 0.2s ease forwards;
}

.vote h1::before {
  content: '';
  display: block;
  width: 131.991px;
  height: 119.158px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-title-obj.png') no-repeat center top / contain;
  margin: 0 auto 41px;
}
.vote .sub-title::after {
  content: '';
  display: block;
  height: 72px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-ticket.png') no-repeat center top / contain;
  margin: 59px auto 0;
  opacity: 0;
}
.vote .play .sub-title::after {
  animation: fade-in 0.8s 0.4s ease forwards;
}
.vote .sub-title b {
  font-weight: 600;
  color: #ffd700;
}
.vote .vote-list {
  opacity: 0;
  margin-bottom: 25px;
}
.on .vote .vote-list.play {
  animation: fade-in-up 0.8s 0.5s ease forwards;
  margin-bottom: 25px;
}
.vote .vote-list ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
.vote .vote-list input[type='radio'] {
  display: none; /*visibility: hidden;*/
}
.vote .vote-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fff;
  background: #1d1d1d;
  box-sizing: border-box;
}
.vote .vote-list label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.vote .vote-list label::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 27px;
  top: 0;
  right: 0;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-list-unchecked.png') no-repeat top left / 28px 27px;
}
.vote .vote-list input[type='radio'].checked + label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #ffd700;
  border-radius: 2px;
  box-sizing: border-box;
}
.vote .vote-list input[type='radio'].checked + label::after {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-list-checked.png') no-repeat top left / 28px 27px;
}
.vote .vote-list .vote-text {
  padding: 14px 12px 12px;
  text-align: left;
}
.vote .vote-list .vote-text .vote-name {
  display: block;
}
.vote .vote-list .vote-rank {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #ffd700;
}
.vote .vote-list .vote-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.vote .vote-list .vote-number {
  font-size: 11px;
  font-weight: 600;
  color: #888888;
}
.vote .vote-list .vote-progress {
  width: 100%;
  height: 4px;
  margin: 10px 0;
  background: #303030;
}
.vote .vote-list .vote-progress-bar {
  width: 0%;
  height: 100%;
  background: #ffd700;
  text-indent: -9999px;
}
.vote .vote-list .icon-voted {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 26px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/done.png') no-repeat 0 0 / 100%;
  display: none;
}
.vote .vote-list.voted label::after {
  display: none;
}
.vote .vote-list.voted li.on .icon-voted {
  display: block;
}

.vote .vote-title {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vote .vote-title .static-text {
  overflow: hidden;
}
.vote .vote-title .flow-container {
  display: none;
}
.vote .flow .vote-title .static-text {
  display: none;
}
.vote .flow .vote-title .flow-container {
  display: block;
}
.vote .vote-list .flow-text {
  display: flex;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.vote .vote-list .flow-text:hover {
  color: #fff;
}
.vote .vote-list .flow-text:hover .flow-wrap {
  animation-play-state: paused;
  cursor: pointer;
}
.vote .vote-list .flow-wrap {
  animation: textLoop 10s linear infinite;
  padding-right: 1.4881vw;
}

/* 투표이전 */
.section-vote.comming .vote-opendate {
  display: block;
}
.section-vote.comming .vote-list {
  display: none;
}

/* 투표완료 */
.section-vote.complete .vote-list label::after {
  display: none;
}

.on #btnApply.on,
.on #btnApplyDisabled.on {
  pointer-events: all;
  animation: fade-in-up 0.5s 1s ease forwards;
}
#btnApplyDisabled .apply-btn {
  color: #999999;
  background: #e6e6e6;
}

.popups .btn-retry {
  margin-right: 2%;
  background-color: #e0e0e0 !important;
}
.vote-description {
  position: relative;
  padding-bottom: 80px;
}
.vote #share:before,
.vote #share::after {
  content: '';
  display: block;
  position: absolute;
  right: -35px;
  bottom: -226px;
  margin: 24px 0;
  width: 246px;
  z-index: -1;
  height: 397px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-obj1.png') no-repeat top left / 28px 27px;
  background-size: contain;
}

.vote #share::after {
  left: -44px;
  right: initial;
  bottom: -180px;
  width: 196px;
  height: 222px;
  margin: 24px 0;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/vote/vote-obj2.png') no-repeat top left / 28px 27px;
  background-size: contain;
}

.vote #share {
  padding: 0;
  background-color: transparent;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.invite {
  text-align: center;
  padding: 175px 0 160px;
  overflow: hidden;
}
.invite article {
  padding: 0 30px;
}
.invite .share-inner {
  margin-top: 250px;
}

.event.invite .title {
  line-height: normal;
  padding-bottom: 45px;
  opacity: 0;
}
.on .event.invite .title.play {
  animation: fade-in-up 0.8s ease forwards;
}

.invite h1 {
  color: #ffd700;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 134.615% */
  margin: 0 0 22px;
}
.invite .sub-title {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  opacity: 0;
  line-height: normal;
}
.invite .sub-title.play {
  animation: fade-in-up 0.8s ease forwards;
}
.invite .sub-title b {
  font-weight: 600;
  color: #ffd700;
}
.invite .invite-list {
  margin-bottom: 25px;
}
.invite .invite-list ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
.invite .invite-list input[type='radio'] {
  display: none; /*visibility: hidden;*/
}
.invite .invite-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fff;
  background: #1d1d1d;
  box-sizing: border-box;
}
.invite .invite-list label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.invite .invite-list label::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 27px;
  top: 0;
  right: 0;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/invite/invite-list-unchecked.png') no-repeat top left / 28px 27px;
}
.invite .invite-list input[type='radio'].checked + label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #ffd700;
  border-radius: 2px;
  box-sizing: border-box;
}
.invite .invite-list input[type='radio'].checked + label::after {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/invite/invite-list-checked.png') no-repeat top left / 28px 27px;
}
.invite .invite-list .invite-text {
  padding: 14px 12px 12px;
  text-align: left;
}
.invite .invite-list .invite-text .invite-name {
  display: block;
}
.invite .invite-list .invite-rank {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #ffd700;
}
.invite .invite-list .invite-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.invite .invite-list .invite-number {
  font-size: 11px;
  font-weight: 600;
  color: #888888;
}
.invite .invite-list .invite-progress {
  width: 100%;
  height: 4px;
  margin: 10px 0;
  background: #303030;
}
.invite .invite-list .invite-progress-bar {
  width: 0%;
  height: 100%;
  background: #ffd700;
  text-indent: -9999px;
}
.invite .invite-list .icon-invited {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 26px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/invite/done.png') no-repeat 0 0 / 100%;
  display: none;
}
.invite .invite-list.invited label::after {
  display: none;
}
.invite .invite-list.invited li.on .icon-invited {
  display: block;
}

.invite .invite-title {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.invite .invite-title .static-text {
  overflow: hidden;
}
.invite .invite-title .flow-container {
  display: none;
}
.invite .flow .invite-title .static-text {
  display: none;
}
.invite .flow .invite-title .flow-container {
  display: block;
}
.invite .invite-list .flow-text {
  display: flex;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.invite .invite-list .flow-text:hover {
  color: #fff;
}
.invite .invite-list .flow-text:hover .flow-wrap {
  animation-play-state: paused;
  cursor: pointer;
}
.invite .invite-list .flow-wrap {
  animation: textLoop 10s linear infinite;
  padding-right: 1.4881vw;
}

/* 투표이전 */
.section-invite.comming .invite-opendate {
  display: block;
}
.section-invite.comming .invite-list {
  display: none;
}

/* 투표완료 */
.section-invite.complete .invite-list label::after {
  display: none;
}

.invite-info {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.invite-info li {
  margin-bottom: 24px;
}
.invite-info li span {
  display: block;
}
.invite-info li span strong {
  color: #ffd700;
  font-weight: 400;
}

#btnApplyDisabled .apply-btn {
  color: #999999;
  background: #e6e6e6;
}

.popups .btn-retry {
  margin-right: 2%;
  background-color: #e0e0e0 !important;
}
.invite-info ol {
  margin-top: 10px;
}
.invite-info ol li {
  display: flex;
  color: #d9d9d9;
  flex-direction: row;
  align-items: flex-start;
}
.invite-info ol li:before {
  background-color: #fff;
  color: #222;
  padding: 6px 8px;
  font-weight: 700;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 14px;
  height: 24px;
  box-sizing: border-box;
  line-height: 12px;
}

.invite-info ol li:nth-of-type(1):before {
  content: '01';
}

.invite-info ol li:nth-of-type(2):before {
  content: '02';
}

.invite-info ol li:nth-of-type(3) {
  margin-bottom: 8px;
}
.invite-info ol li:nth-of-type(3):before {
  content: '03';
}
.invite-info ol li.subscribe {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-left: 46px;
}
.invite .slider {
  overflow: scroll;
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.invite .slider-wrapper {
  display: flex;
}
.invite .slider-slide {
  width: 76px;
  height: 76px;
  border-radius: 21px;
  border: 3px solid #000;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.invite .slider-slide:first-child {
  margin-left: 30px;
}
.invite .slider-slide:last-child {
  margin-right: 30px;
}
.invite .slider-slide-active {
  border: 3px solid #ff5ce3;
}
.invite .slider-slide img {
  background-color: #ff40de;
  border-radius: 18px;
  width: 60px;
  border-radius: 12px;
  height: 60px;
}

.invite .slider-slide span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 27px;
}

.invite .invite-friends {
  display: flex;
  border-radius: 18px;
  background: #1d1d1d;
  width: 100%;
  padding: 22px 26px;
  margin-bottom: 40px;
}
.invite .invite-friends .friends {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
}
.invite .invite-friends .friends::before {
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 9px;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_idol.png') no-repeat center / contain;
}
.invite .invite-friends {
  box-sizing: border-box;
  color: #ffee90;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invite .invite-friends .anybody {
  color: #454545;
}
.invite strong {
  color: #ffd700;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.slide-container {
  position: relative;
  margin-left: 30px;
  max-width: 500px;
}
.invite .preview-img {
  margin: 15px auto 42px;
  width: 285px;
  height: 358px;
  position: relative;
  opacity: 0;
}
.invite .preview-img.play {
  animation: fade-in-up 0.8s 0.5s ease forwards;
}
.preview-img .icon {
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  z-index: 9;
}
.preview-img .icon {
  animation: none;
  opacity: 0;
}
.preview-img.play .icon.clap {
  top: -30px;
  left: -30px;
  animation: clap-ani 1.7s 0.7s ease-in-out forwards;
  opacity: 0;
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_clapping_c1.png') no-repeat center / contain;
}
.preview-img.play .icon.heart {
  bottom: -44px;
  left: 50%;
  animation: heart-ani 1.7s 0.7s ease-in-out forwards;
  opacity: 0;
  transform: translate(0, 0);
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_heart4.png') no-repeat center / contain;
}
.preview-img.play .icon.message {
  top: 100px;
  right: -30px;
  animation: message-ani 1.7s 0.7s ease-in-out forwards;
  opacity: 0;
  transform: translate(0, 0);
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_message.png') no-repeat center / contain;
}
.invite .inner {
  opacity: 0;
}
.slider-container {
  opacity: 0;
}
.slider-container.play {
  animation: fade-in-up 0.8s 0.2s ease forwards;
}
.invite .inner.play {
  animation: fade-in-up 0.8s 0.2s ease forwards;
}
@keyframes clap-ani {
  0% {
    transform: translate(30px, 30px);
    opacity: 0;
  }
  30% {
    transform: translate(-10px, -10px);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes heart-ani {
  0% {
    transform: translate(-30px, -30px);
    opacity: 0;
  }
  30% {
    transform: translate(10px, 10px);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes message-ani {
  0% {
    transform: translate(-30px, -30px);
    opacity: 0;
  }
  30% {
    transform: translate(10px, 10px);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

.quiz .title {
  color: #ffd700;
  text-align: center;
  padding: 172px 0 63px;
  opacity: 0;
}
.quiz {
  overflow: hidden;
}
.quiz.on #btnApply.on {
  padding: 0;
}
.quiz .title.play {
  animation: fade-in-up 1s 0.3s forwards;
}
.quiz article {
  padding: 0 30px;
}
.quiz .event-info {
  padding: 59px 30px 0;
}
.quiz-info {
  opacity: 0;
}
.quiz-info.play {
  animation: fade-in-up 1s 0.5s forwards;
}
.quiz-info .depth-2 .sub:before {
  content: none;
}
.quiz-info .depth-2 .sub {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 8px 0 60px 15px;
}

.looptxt {
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
}
.looptxt.play {
  animation: fade-in 1s 0.5s forwards;
}
.looptxt .copy-box-top {
  position: relative;
  left: 0;
  margin-bottom: 27px;
  animation: txt-left-loop-ani 15s infinite linear;
}
.looptxt .copy-box-bottom {
  position: relative;
  left: 0;
  animation: txt-right-loop-ani 10s infinite linear;
}
.looptxt span {
  display: inline-block;
  vertical-align: top;
}
.looptxt .round {
  padding: 16px 20px;
  color: #fff;
  background-color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 100px;
  margin: 0 10px;
}
.looptxt .icon {
  width: 60px;
  height: 60px;
}
.looptxt .icon.ball {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_mirror ball.png') no-repeat center / contain;
}
.looptxt .icon.heart {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_heart3.png') no-repeat center / contain;
}
.looptxt .icon.piano {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_piano.png') no-repeat center / contain;
}
.looptxt .icon.idol {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_idol.png') no-repeat center / contain;
}
.looptxt .icon.headphone {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_headphone_cg.png') no-repeat center / contain;
}
.looptxt .icon.music {
  background: url('https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_music.png') no-repeat center / contain;
}

@media only screen and (max-width: 550px) {
  @keyframes txt-left-loop-ani {
    100% {
      left: -1624px;
    }
  }
  @-webkit-keyframes txt-left-loop-ani {
    100% {
      left: -1624px;
    }
  }
  @keyframes txt-right-loop-ani {
    100% {
      left: -1562px;
    }
  }
  @-webkit-keyframes txt-right-loop-ani {
    100% {
      left: -1562px;
    }
  }
}

/* section2 : quiz&result 영역 */
.music-quiz {
  background: #000;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  visibility: visible;
}
.music-quiz.done {
  height: auto;
  overflow-y: visible;
}
.mq.section2 .inner {
  position: relative;
  /* padding-top:53px; */
  padding-bottom: 34px;
  padding-right: 0;
  padding-left: 0;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  z-index: 1;
}
.mq.section2 .date {
  position: absolute;
  top: 93px;
  top: 12.8vh;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  /* margin-top:40px; 1차모션때 top:93 , 2차모션 top: 53 | inner padding-top 53으로 셋팅 */
  height: 39px;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
  -webkit-animation: date-ani 0.5s forwards;
  animation: date-ani 0.5s forwards;
  transition: 0.3s all;
  opacity: 0;
}
@-webkit-keyframes date-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes date-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mq.section2.quiz .date {
  top: 53px;
  top: 7.3vh;
}
.mq.section2.result .date {
  -webkit-animation: date-result-ani 1s forwards;
  animation: date-result-ani 1s forwards;
}
@-webkit-keyframes date-result-ani {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-41px);
    height: 0;
    padding: 0;
  }
}
@keyframes date-result-ani {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-41px);
    height: 0;
    padding: 0;
  }
}
.mq.section2 .div-lyrics {
  position: absolute;
  /* top:200px;
  top:27.5vh; 
  bottom: 51vh;*/
  width: 100%;
  height: 156px;
  box-sizing: border-box;
  opacity: 0;
}
.mq.section2 .lyrics {
  /* width:214px;
  height:156px; */
  margin: auto;
  padding: 0 14px;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  box-sizing: border-box;
}
.mq.section2 .lyrics > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mq.section2 .lyrics .lyrics-item2 {
  opacity: 0;
}
.mq.section2 .div-lyrics {
  -webkit-animation: lyrics-slideup-ani 0.7s forwards 0.2s;
  animation: lyrics-slideup-ani 0.7s forwards 0.2s;
}
@-webkit-keyframes lyrics-slideup-ani {
  0% {
    opacity: 0;
    top: 250px;
    top: 34.5vh;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    top: 200px;
    top: 27.5vh;
    -webkit-transform: scale(1);
  }
}
@keyframes lyrics-slideup-ani {
  0% {
    opacity: 0;
    top: 250px;
    top: 34.5vh;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    top: 200px;
    top: 27.5vh;
    transform: scale(1);
  }
}
.mq.section2.quiz .div-lyrics {
  -webkit-animation: lyrics-quiz-slideup-ani 0.5s forwards;
  animation: lyrics-quiz-slideup-ani 0.5s forwards;
}
@-webkit-keyframes lyrics-quiz-slideup-ani {
  0% {
    opacity: 1;
    top: 200px;
    top: 27.5vh;
  }
  100% {
    opacity: 1;
    top: 119px;
    top: 16.5vh;
  }
}
@keyframes lyrics-quiz-slideup-ani {
  0% {
    opacity: 1;
    top: 200px;
    top: 27.5vh;
  }
  100% {
    opacity: 1;
    top: 119px;
    top: 16.5vh;
  }
}
.mq.section2.result .div-lyrics {
  -webkit-animation: lyrics-result-slideup-ani 1s forwards;
  animation: lyrics-result-slideup-ani 1s forwards;
}
@-webkit-keyframes lyrics-result-slideup-ani {
  0% {
    opacity: 1;
    top: 119px;
    top: 16.5vh;
  }
  100% {
    opacity: 1;
    top: 41px;
    top: 5.5vh;
  }
}
@keyframes lyrics-result-slideup-ani {
  0% {
    opacity: 1;
    top: 119px;
    top: 16.5vh;
  }
  100% {
    opacity: 1;
    top: 41px;
    top: 5.5vh;
  }
}
.mq.section2.result .lyrics .lyrics-item1 {
  -webkit-animation: lyrics-result-blur-ani 1s forwards;
  animation: lyrics-result-blur-ani 1s forwards;
}
@-webkit-keyframes lyrics-result-blur-ani {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(4px);
  }
}
@keyframes lyrics-result-blur-ani {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    opacity: 0;
    filter: blur(4px);
  }
}
.mq.section2.result .lyrics .lyrics-item2 {
  -webkit-animation: lyrics-result-blur2-ani 1s forwards 0.5s;
  animation: lyrics-result-blur2-ani 1s forwards 0.5s;
}
@-webkit-keyframes lyrics-result-blur2-ani {
  0%,
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lyrics-result-blur2-ani {
  0%,
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mq.section2 .div-quiz-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.mq.section2.result .div-quiz-card {
  height: 180px;
  height: 47vh;
  transform-origin: center top;
}
.mq.section2 .quiz-card {
  position: absolute;
  bottom: 6.8vh;
  left: 50%;
  /* transform: translateX(-50%) scale(0.7345); */
  transform: translateX(-50%) scale(0.7645);
  transform-origin: center bottom;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.mq.section2 .quiz-card .card-item {
  position: relative;
  padding: 20px 8px 8px;
  width: 212px;
  height: 290px;
  border-radius: 24px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s all;
}
.mq.section2 .quiz-card .card-item.item-type1 {
  animation: card-slideup-ani 0.7s forwards 0.5s;
}
.mq.section2 .quiz-card .card-item.item-type2 {
  animation: card-slideup-ani 0.7s forwards 0.6s;
}
@-webkit-keyframes card-slideup-ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes card-slideup-ani {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mq.section2.quiz .quiz-card {
  -webkit-animation: card-quiz-slideup-ani 0.5s forwards;
  animation: card-quiz-slideup-ani 0.5s forwards;
}
@-webkit-keyframes card-quiz-slideup-ani {
  100% {
    opacity: 1;
    bottom: 154px;
    bottom: 21.3vh;
  }
}
@keyframes card-quiz-slideup-ani {
  100% {
    opacity: 1;
    bottom: 154px;
    bottom: 21.3vh;
  }
}
.mq.section2.result .quiz-card {
  gap: 0;
  animation: card-result-slideup-ani 1s forwards;
}
@keyframes card-result-slideup-ani {
  0% {
    opacity: 1;
    bottom: 154px;
    bottom: 21.3vh;
  }
  100% {
    opacity: 1;
    bottom: 210px;
    bottom: 29vh;
    transform: translateX(-50%) scale(1);
  }
}
/* 왼쪽 정답 선택시 */
.mq.section2.result .quiz-card .card-item:not(.checked).item-type2 {
  animation: card-result-notchecked-ani2 1s forwards cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes card-result-notchecked-ani2 {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateX(250px) translateY(300px) rotateZ(42deg);
  }
}
.mq.section2.result .quiz-card .card-item.checked.item-type2 {
  -webkit-animation: quiz-result-sizeup-ani2 1s forwards;
  animation: quiz-result-sizeup-ani2 1s forwards;
}
@-webkit-keyframes quiz-result-sizeup-ani2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(0.7345);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0.9);
  }
}
@keyframes quiz-result-sizeup-ani2 {
  0% {
    opacity: 1;
    transform: translateX(0) scale(0.7345);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(0.9);
  }
}
/* 오른쪽 정답 선택시 */
.mq.section2.result .quiz-card .card-item:not(.checked).item-type1 {
  animation: card-result-notchecked-ani 1s forwards cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes card-result-notchecked-ani {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-250px) translateY(300px) rotateZ(-42deg);
  }
}
.mq.section2.result .quiz-card .card-item.checked.item-type1 {
  -webkit-animation: quiz-result-sizeup-ani 1s forwards;
  animation: quiz-result-sizeup-ani 1s forwards;
}
@-webkit-keyframes quiz-result-sizeup-ani {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(0.7345);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(50%) scale(0.9);
  }
}
@keyframes quiz-result-sizeup-ani {
  0% {
    opacity: 1;
    transform: translateX(0) scale(0.7345);
  }
  100% {
    opacity: 1;
    transform: translateX(50%) scale(0.9);
  }
}
.mq.section2.result .quiz-card .card-item.checked::after {
  display: none;
}
.mq.section2 .quiz-card .card-item::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.2;
  background: rgba(0, 0, 0, 0.2) url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/ico_check.png) no-repeat center / 12px;
  background-size: contain;
}
.mq.section2 .quiz-card .card-item.checked::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2) url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/ico_check.png) no-repeat center / 12px;
  background-size: contain;
}
.mq.section2 .quiz-card .card-item:not(.checked) {
  cursor: pointer;
}
.mq.section2 .quiz-card .card-item .artist-box {
  margin: 2px 9px 0;
  /* height:67px; */
}
.mq.section2 .quiz-card .card-item .artist-box .artist {
  color: #030300;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.6;
  word-break: keep-all;
}
.mq.section2 .quiz-card .card-item .artist-box .song {
  margin-top: 6px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.mq.section2 .quiz-card .card-item .photo {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  /* width:150px; */
  width: 196px;
  text-align: center;
  line-height: 0;
}

.mq.section2 .btn-box,
.mq.section2 .btn-box2 {
  position: absolute;
  bottom: 34px;
  bottom: 4.6vh;
  width: 100%;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s 1s;
  padding: 0 16px;
  opacity: 0;
  display: none;
}
.mq.section2.quiz .btn-box {
  display: block;
  -webkit-animation: btn-quiz-slideup-ani 0.5s forwards 0.1s;
  animation: btn-quiz-slideup-ani 0.5s forwards 0.1s;
}
@-webkit-keyframes btn-quiz-slideup-ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes btn-quiz-slideup-ani {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mq.section2.result .btn-box {
  /* -webkit-animation: btn-quiz-slidedown-ani 0s forwards;
  animation: btn-quiz-slidedown-ani 0s forwards; */
  opacity: 0;
  display: none;
}
/* @-webkit-keyframes btn-quiz-slidedown-ani {
  0% { opacity: 1; -webkit-transform: translateY(0); }
  100% { opacity: 0; -webkit-transform: translateY(50px); }
}
@keyframes btn-quiz-slidedown-ani {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(50px); }
} */
.mq.section2 .btn-box .btn-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #fff;
}
.mq.section2.result .btn-box2 {
  display: block;
  -webkit-animation: btn-quiz-slideup-ani 0.5s forwards 0.7s;
  animation: btn-quiz-slideup-ani 0.5s forwards 0.7s;
}
.mq.section2 .btn-box2 .btn-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #ffd700;
}
/* result - 정답 */
.mq.section2 .answer-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.mq.section2.result .answer-box {
  -webkit-animation: answer-result-slideup-ani 1.2s forwards;
  animation: answer-result-slideup-ani 1.2s forwards;
}
@-webkit-keyframes answer-result-slideup-ani {
  0%,
  10% {
    opacity: 0;
    bottom: 114px;
    bottom: 15.7vh;
  }
  10%,
  70% {
    opacity: 1;
    bottom: 114px;
    bottom: 15.7vh;
  }
  100% {
    opacity: 1;
    bottom: 128px;
    bottom: 17.6vh;
  }
}
@keyframes answer-result-slideup-ani {
  0%,
  10% {
    opacity: 0;
    bottom: 114px;
    bottom: 15.7vh;
  }
  10%,
  70% {
    opacity: 1;
    bottom: 114px;
    bottom: 15.7vh;
  }
  100% {
    opacity: 1;
    bottom: 128px;
    bottom: 17.6vh;
  }
}
.mq.section2 .answer-box .answer {
  display: none;
}
.mq.section2 .answer-box .answer.on {
  display: block;
}
.mq.section2 .answer-box strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eafe00;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}
.mq.section2 .answer-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}
.mq.section2 .answer-box strong > span,
.mq.section2 .answer-box p > span {
  display: flex;
  justify-content: center;
}
.mq.section2 .answer-box strong > span::after,
.mq.section2 .answer-box p > span::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.mq.section2 .answer-box strong > span::after {
  width: 24px;
  height: 24px;
}
.mq.section2 .answer-box .correct-answer strong > span::after {
  background-image: url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/emj_sunglass.png);
}
.mq.section2 .answer-box .correct-answer p > span::after {
  width: 20px;
  height: 20px;
  background-image: url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/emj_headphone_cg.png);
}
.mq.section2 .answer-box .wrong-answer strong > span::after {
  background-image: url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/emj_withtongue.png);
}
.mq.section2 .bg-intro {
  position: absolute;
  /* right: -300px;
  bottom: -515px;
  width: 1327px; */
  right: -610px;
  bottom: -830px;
  width: 1964px;
  height: 1692px;
  max-width: none;
  background: url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/quiz/bg_intro.png) no-repeat 0 / 100%;
  animation: bounceBg-ani 12s ease-in-out 0s infinite;
}
@keyframes bounceBg-ani {
  0%,
  100% {
    transform: translateX(0px) translateY(50px);
  }
  40%,
  70% {
    transform: translateX(90px) translateY(120px);
  }
}

/* section3 : cash 영역 */
.mq.section3 {
  color: #000;
  background: #ffd700;
}
.mq.section3 .inner {
  position: relative;
  padding: 56px 24px 0;
  text-align: center;
}
.mq.section3 .img-cash {
  width: 148px;
  height: 185px;
}
.mq.section3 .info-box {
  margin-top: 19px;
  opacity: 0;
  transform: translate(0, 50px);
}
.mq.section3.on .info-box {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.mq.section3 .info-box strong {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
}
.mq.section3 .info-box p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.mq.section3 .mma-box {
  position: relative;
  margin-top: 46px;
  padding: 84px 18px 57px;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 50px);
}
.mq.section3.on .mma-box {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s 0.5s, transform 0.6s 0.5s;
}
.mq.section3 .mma-box .badge {
  position: absolute;
  top: 17px;
  right: 18px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.51px;
  border-radius: 8px;
  background: #000;
  color: #fff;
}
.mq.section3 .mma-box .tit {
  display: block;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.25px;
  color: #000;
  letter-spacing: -0.005em;
}
.mq.section3 .mma-box .img-mma {
  max-width: 235px;
}
.mq.section3 .mma-box .desc {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
  margin-top: 30px;
}
.mq.section3 .mma-box .desc span {
  color: #00e101;
}
.mq.section3 .noti-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.mq.section3 .noti-box .txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 17.9px;
}
.mq.section3 .noti-box .txt::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(https://kakaobankcontent.com/public/statics/events/mma/2025/images/emj/svg_emj_paperplane.png) no-repeat 0 / 100%;
}
.mq.section3 .noti-box .btn-noti,
.mq.section3 .noti-box .btn-noti-cancel {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  border-radius: 10px;
  background: #333b58;
  display: none;
}

.mq.section3 .noti-box .btn-noti-cancel {
  background: #999999;
}

.mq.section3 .noti-box .btn-noti.on,
.mq.section3 .noti-box .btn-noti-cancel.on {
  display: block;
}

/* 공유하기 커스텀 */
.mq #share {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}
.mq #share .share-btn {
  color: #000;
  background: #fff;
}
.mq #share .share-btn svg path {
  fill: #000;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 360.98px) {
  .mq.section2 .quiz-card {
    transform: translateX(-50%) scale(0.7);
  }
  /* @-webkit-keyframes card-result-slideup-ani {
    100% { opacity: 1;bottom: 29vh;-webkit-transform: translateX(-50%) scale(0.9); }
  }
  @keyframes card-result-slideup-ani {
    100% { opacity: 1;bottom: 29vh;transform: translateX(-50%) scale(0.9); }
  } */
}
@media screen and (min-height: 615px) and (max-height: 670.98px) {
  .mq.section2 .quiz-card {
    -webkit-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
  }
  @-webkit-keyframes quiz-result-sizeup-ani2 {
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(0.9);
    }
  }
  @keyframes quiz-result-sizeup-ani2 {
    100% {
      opacity: 1;
      transform: translateX(-50%) scale(0.9);
    }
  }
}
@media screen and (max-height: 614.98px) {
  @-webkit-keyframes lyrics-slideup-ani {
    0% {
      opacity: 0;
      top: 34.5vh;
      -webkit-transform: scale(0.75);
    }
    100% {
      opacity: 1;
      top: 23.5vh;
      -webkit-transform: scale(1);
    }
  }
  @keyframes lyrics-slideup-ani {
    0% {
      opacity: 0;
      top: 34.5vh;
      transform: scale(0.75);
    }
    100% {
      opacity: 1;
      top: 23.5vh;
      transform: scale(1);
    }
  }
  @-webkit-keyframes lyrics-quiz-slideup-ani {
    0% {
      opacity: 1;
      top: 23.5vh;
    }
    100% {
      opacity: 1;
      top: 14.5vh;
    }
  }
  @keyframes lyrics-quiz-slideup-ani {
    0% {
      opacity: 1;
      top: 23.5vh;
    }
    100% {
      opacity: 1;
      top: 14.5vh;
    }
  }
}
@media screen and (min-height: 567px) and (max-height: 614.98px) {
  @keyframes card-result-slideup-ani {
    0% {
      opacity: 0;
      bottom: 23.5vh;
    }
    100% {
      opacity: 1;
      bottom: 26vh;
      transform: translateX(-50%);
    }
  }
}
@media screen and (max-height: 566.98px) {
  .mq.section2.quiz .date {
    top: 6vh;
  }
  @keyframes lyrics-quiz-slideup-ani {
    0% {
      opacity: 1;
      top: 23.5vh;
    }
    100% {
      opacity: 1;
      top: 13.5vh;
    }
  }
  @keyframes answer-result-slideup-ani {
    0%,
    10% {
      opacity: 0;
      bottom: 17vh;
    }
    10%,
    70% {
      opacity: 1;
      bottom: 17vh;
    }
    100% {
      opacity: 1;
      bottom: 19.5vh;
    }
  }
  @keyframes card-result-slideup-ani {
    0% {
      opacity: 0;
      bottom: 21.3vh;
    }
    100% {
      opacity: 1;
      bottom: 25vh;
      transform: translateX(-50%) scale(1);
    }
  }
}

.d-none {
  display: none;
}

a.click-mot {
  position: relative;
  transition: transform 0.1s;
}
a.click-mot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.1s;
}
a.click-mot:active {
  transform: scale(0.95);
}

a.click-mot:active::after {
  opacity: 1;
}

.section-top,
.section1,
.mq.section2 {
  height: 100vh;
}
#btnApply.musicquiz .apply-btn {
  background: #ffd700;
}



