.event_main { background:#fff; padding-bottom:100px; font-family:var(--ma_ft02),sans-serif; letter-spacing:-0.02em; color:#333; overflow-x:hidden; font-weight:600; }
.event_inner { max-width:1000px; margin:0 auto; padding:0 20px; box-sizing:border-box; width:100%; }

.con01_hero { background:url('/images/event/event2601_bg01.jpg') no-repeat center center; background-size:contain; width:100%; aspect-ratio:1200/380; display:flex; align-items:center; margin-bottom:50px; }
.hero_title_wrap { display:flex; justify-content:center; align-items:center; text-align:center; margin-bottom:20px; }
.hero_title { font-family:'Pretendard',sans-serif; font-size:35px; font-weight:700; color:#2563eb; letter-spacing:-0.01em; }
.hero_txt_box { display:flex; flex-direction:column; justify-content:center; width:100%; text-align:left; min-height:300px; }
.hero_sub { font-size:35px; color:#1e3a8a; font-weight:1000; margin-bottom:12px; font-family:'Taenada'; }
.hero_tit { font-size:56px; font-weight:900; color:#2563eb; line-height:1.2; margin-bottom:0; word-break:keep-all; font-family:'Taenada'; }
.hero_desc { font-size:19px; color:#334155; line-height:1.6; font-weight:500; }

.con02_info { margin-bottom:80px; }
.section_tit { font-size:32px; font-weight:900; color:#2563eb; margin-bottom:45px; text-align:center; }
.info_list li { display:flex; padding:15px 0; border-bottom:1px solid #f1f5f9; align-items:flex-center; }
.info_list .label { width:112px; height:38px; line-height:30px; font-weight:500; font-size:16px; color:#fff; background:#5caff5; padding:6px 14px; border-radius:10px; text-align:center; margin-right:40px; flex-shrink:0; font-family:var(--ma_ft02); }
.info_list .val { flex:1; font-size:20px; line-height:1.6; font-weight:500; color:#64748b; font-family:var(--ma_ft02); align-self:center; }

.prize_grid { display:flex; flex-direction:column; gap:8px; }
.prize_row { display:grid; grid-template-columns:140px 1fr; align-items:center; width:100%; }
.p_name { white-space:nowrap; }
.p_price { color:#2563eb; font-weight:900!important; font-size:1.1em; }

.insta_link { color:#2563eb; text-decoration:underline; text-underline-offset:4px; font-weight:800; }
.fw_bold { font-weight:500!important; }
.highlight { color:#2563eb; font-weight:900; }
.inline_highlight { color:#ff0000; font-weight:900; margin-top:10px; font-size:17px; }

.con03_review { margin-bottom:80px; }
.review_box { background:#f8fafc; border-radius:24px; padding:50px; display:flex; gap:50px; align-items:center; border:1px solid #e2e8f0; }
.review_left { width:180px; flex-shrink:0; }
.char_img img { width:100%; height:auto; }
.comming_soon { color:#2563eb; font-weight:900; font-size:16px; margin-bottom:12px; display:block; letter-spacing:0.1em; }
.review_right h4 { font-size:34px; font-weight:900; color:#0f172a; margin-bottom:18px; }
.review_desc { font-size:17px; color:#475569; line-height:1.7; margin-bottom:30px; word-break:keep-all; font-weight:700; }
.review_date { display:flex; align-items:center; gap:15px; margin-bottom:25px; }
.review_date p { font-size:16px; color:#334155; font-weight:700; }
.date_label { background:#0f172a; color:#fff; padding:4px 12px; border-radius:5px; font-size:13px; font-weight:800; }
.hash_wrap { display:flex; gap:12px; flex-wrap:wrap; }
.hash_wrap span { border:2px solid #0f172a; padding:8px 20px; border-radius:40px; font-size:14px; font-weight:900; color:#0f172a; background:#fff; }

.con04_notice { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-bottom:80px; }
.notice_box { background:#fdfdfd; border:1px solid #e2e8f0; padding:35px; border-radius:16px; }
.notice_box h5 { font-size:20px; font-weight:900; color:#2563eb; margin-bottom:18px; }
.notice_box.caution h5 { color:#1e293b; }
.notice_box ul li { font-size:15px; color:#8b8b8b; margin-bottom:10px; position:relative; padding-left:15px; line-height:1.6; font-weight:400; }
.notice_box ul li::before { content:'•'; position:absolute; left:0; color:#2563eb; font-weight:900; }

.btn_group { display:flex; flex-direction:row; justify-content:center; align-items:center; gap:16px; margin-top:40px; }
.ev_btn { flex:1; max-width:320px; height:70px; border-radius:50px; font-size:19px; font-weight:900; cursor:pointer; border:none; transition:all .3s ease; display:flex; align-items:center; justify-content:center; text-align:center; padding:0 20px; }
.ev_btn.primary { background:#2563eb; color:#fff; box-shadow:0 4px 14px rgba(37,99,235,.3); }
.ev_btn.secondary { background:#0f172a; color:#fff; }
.ev_btn.outline { background:#fff; color:#333; border:2px solid #cbd5e1; }
.ev_btn.disabled { opacity:.4; filter:grayscale(.8); cursor:not-allowed; }
.ev_btn.outline:not(.disabled) { background:#2563eb; border-color:#2563eb; color:#fff; }


@media (max-width:768px) {
  .con01_hero { background-size:cover; background-position:top center; aspect-ratio:16/9; height:auto; padding:0; height:35vw; margin-bottom:16px; }
  .hero_txt_box { display:flex; flex-direction:column; justify-content:center; padding:10px; width:100%; }
  .hero_tit { font-size:35px; margin-bottom:0; }
  .hero_desc { font-size:10px; margin-bottom:10px; }
  .hero_sub { font-size:20px; margin-bottom:10px; }
  .info_list li { flex-direction:column; align-items:center; text-align:center; padding:16px 0; gap:10px; }
  .info_list .label { width:100%; border-radius:10px; padding:6px 0; white-space:nowrap; align-items:center; margin-right:0; }
  .info_list .val { font-size:17px; font-family:var(--ma_ft02); font-weight:500; color:#64748b; line-height:1.6; }
  .info_list span { font-weight:400; }
  .hero_title { font-size:22px; }
  .hero_title_wrap { margin-bottom:20px; }
  .review_date p { font-size:13px; color:#334155; font-weight:700; text-align:left; }
  .prize_title { display:block; font-weight:900; margin-bottom:4px; font-size:18px; }
  .prize_reward { display:block; font-size:18px; font-weight:500; }
  .prize_row { width:auto; display:block; }
  .p_name { white-space:normal; font-size:17px; }
  .p_content { text-align:center; }
  .p_price { font-size:1em; }
  .inline_highlight { font-size:15px; margin-top:15px; text-align:center; font-weight:normal; }
  .review_box { flex-direction:column; text-align:center; padding:30px 20px; }
  .review_left { width:130px; margin-bottom:10px; }
  .con04_notice { grid-template-columns:1fr; }
  .btn_group { flex-direction:column; gap:15px; width:100%; margin-top:50px; }
  .ev_btn { max-width:100%; width:100%; height:auto; min-height:60px; padding:18px 20px; font-size:18px; border-radius:12px; line-height:1.4; }
}
.event_entry { background: #fff; min-height: 100vh; font-family: var(--ma_ft02), sans-serif; letter-spacing: -0.03em; width: 100%; overflow-x: hidden; }
.entry_inner { max-width: 800px; margin: 0 auto; padding: 60px 20px 100px; box-sizing: border-box; position: relative; }

.con01.event_tit { text-align: center; margin-bottom: 50px; }
.con01 .tit { font-size: 35px; font-weight: 700; color: #1e293b; margin-bottom: 15px; line-height: 1.4; }
.con01 .tit span { color: #2563eb; display: block; font-size: 56px; font-weight: 900; margin-top: 5px; }
.con01 .txt { font-size: 16px; color: #64748b; line-height: 1.6; font-weight: 600; word-break: keep-all; }

.con02 { list-style: none; padding: 0; margin: 0; width: 100%; }
.con02 li { margin-bottom: 60px; width: 100%; }

.step { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; width: 100%; }
.step .txt01 { 
  flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  background: #2563eb; color: #fff; padding: 6px 14px; border-radius: 50px; 
  font-size: 13px; font-weight: 800; line-height: 1; white-space: nowrap; 
}
.step .txt01 strong { margin-left: 4px; font-size: 15px; font-weight: 900; }
.step .txt02 { font-size: 20px; font-weight: 800; color: #0f172a; line-height: 1.2; word-break: keep-all; }

.input_wrap { position: relative; width: 100%; margin-bottom: 10px; }
.styled_input { width: 100%; height: 64px; padding: 0 70px 0 20px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 17px; font-weight: 700; background: #f8fafc; box-sizing: border-box; transition: 0.3s; }
.styled_input:focus { border-color: #2563eb; outline: none; background: #fff; }
.char_count { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 14px; color: #94a3b8; font-weight: 700; }
.info_txt { font-size: 13px; color: #64748b; display: block; font-weight: 500;  }
.info_txt.red { color: #ef4444; }

.upload_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 15px; width: 100%; }
.image_card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 15px; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; }
.card_label { font-size: 12px; font-weight: 800; color: #2563eb; background: #fff; padding: 4px 12px; border-radius: 20px; border: 1px solid #2563eb; margin-bottom: 12px; line-height: 1; }

.img_box, .file_upload_area { 
  width: 100%; 
  height: 180px; 
  border-radius: 12px; 
  overflow: hidden; 
  background: #f1f5f9; /* 배경색을 약간 주어 이미지 경계 구분 */
  position: relative; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 2px dashed #cbd5e1; 
  box-sizing: border-box; 
}

/* 이미지 최적화 핵심: 가로/세로 중 긴 쪽 맞춤 */
.img_box img,
.preview_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.file_upload_area { cursor: pointer; transition: all 0.2s ease; }
.file_upload_area.is-dragover { border-color: #2563eb; background-color: #eff6ff; transform: scale(1.01); }
.file_upload_area.has-file { border-style: solid; border-color: #e2e8f0; }

.upload_label { display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; justify-content: center; pointer-events: none; }
.upload_icon { font-size: 32px; color: #94a3b8; margin-bottom: 8px; }
.label_main { font-size: 16px; font-weight: 700; color: #475569; }
.label_sub { font-size: 12px; color: #94a3b8; margin-top: 4px; }

.preview_container { position: relative; width: 100%; height: 100%; }
.del_btn_overlay { position: absolute; top: 10px; right: 10px; width: 28px; height: 28px; background: rgba(15, 23, 42, 0.85); color: #fff; border: none; border-radius: 50%; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; z-index: 5; }
.file_name_tag { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.6); color: #fff; font-size: 11px; padding: 6px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* URL 입력 영역 */
.input_url_container { width: 100%; margin-top: 25px; padding: 25px; border: 1px solid #e2e8f0; border-radius: 24px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.input_label_group { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 15px; }
.main_label { font-size: 17px; font-weight: 800; color: #0f172a; }
.input_wrapper input { width: 100%; height: 58px; padding: 0 20px; border: 2px solid #f1f5f9; border-radius: 16px; font-size: 16px; font-weight: 600; background: #f8fafc; transition: all 0.25s ease; }
.input_wrapper input:focus { outline: none; border-color: #2563eb; background: #fff; box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08); }
.input_notice_group { margin-top: 12px; }
.input_notice_group p { font-size: 13px; color: #64748b; line-height: 1.6; margin-bottom: 2px; font-weight: 400 !important; }
.input_notice_group p:last-child { margin-bottom: 0; }

.agree_box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 20px; border-radius: 12px; width: 100%; box-sizing: border-box; }
.custom_checkbox { display: flex; align-items: center; cursor: pointer; position: relative; padding-left: 35px; width: 100%; }
.custom_checkbox input { position: absolute; opacity: 0; }
.checkmark { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 24px; width: 24px; background: #fff; border: 2px solid #cbd5e1; border-radius: 6px; }
.custom_checkbox input:checked ~ .checkmark { background: #2563eb; border-color: #2563eb; }
.checkmark:after { content: ""; position: absolute; display: none; left: 8px; top: 4px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.custom_checkbox input:checked ~ .checkmark:after { display: block; }
.label_text { font-size: 15px; color: #1e293b; font-weight: 700; line-height: 1.4; }
.check-info {display: block; font-weight: 400; color: #64748b;}

.action_buttons { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.submit_btn { width: 100%; height: 60px; border-radius: 16px; font-size: 18px; font-weight: 900; border: none; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.submit_btn.primary { background: #2563eb; color: #fff; box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2); }
.submit_btn.vote { background: #0f172a; color: #fff; }
.submit_btn.outline { background: #fff; color: #64748b; border: 2px solid #e2e8f0; height: 60px; font-size: 16px; }
.submit_btn:disabled { background: #cbd5e1; cursor: not-allowed; box-shadow: none; color: #fff; }

.status-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(12px); }
.overlay-card { background: rgba(255, 255, 255, 0.95); padding: 50px 30px; border-radius: 32px; text-align: center; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); max-width: 380px; width: 90%; position: relative; }
.close-btn { position: absolute; top: 5px; right: 20px; font-size: 30px; cursor: pointer; color: #9ca3af; transition: color 0.2s ease, transform 0.2s ease; }
.close-btn:hover { color: #374151;}

.emoji-visual { font-size: 64px; margin-bottom: 20px; animation: floating 3s ease-in-out infinite; }
@keyframes floating { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.main-msg { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 12px; letter-spacing: -0.02em; }
.sub-msg { font-size: 15px; color: #64748b; line-height: 1.6; margin-bottom: 32px; word-break: keep-all; }

.btn-stack { display: flex; flex-direction: column; gap: 10px; width: 100%; }

.modal_btn { width: 100%; height: 56px; border-radius: 16px; font-size: 16px; font-weight: 700; cursor: pointer; border: none; transition: 0.2s; display: flex; align-items: center; justify-content: center; }
.modal_btn.primary { background: #2563eb; color: #fff; box-shadow: 0 8px 16px rgba(37, 99, 235, 0.25); }
.modal_btn.outline { background: #fff; color: #64748b; border: 1px solid #e2e8f0; }

.blur-effect { filter: blur(15px); opacity: 0.3; pointer-events: none; }
.fade-enter-active, .fade-leave-active { transition: all 0.5s ease; }
.fade-enter, .fade-leave-to { opacity: 0; transform: scale(1.05); }

@media (max-width: 768px) {
  .entry_inner { padding: 30px 20px 60px; max-width: 100%; overflow-x: hidden; }
  .con01.event_tit { margin-bottom: 30px; word-break: keep-all; }
  .con01 .tit { font-size: 20px !important; line-height: 1.3; }
  .con01 .tit span { font-size: 35px; margin-top: 8px; line-height: 1.2; }
  .con01 .txt { font-size: 14px; margin-top: 15px; padding: 0; }
  .con02 li { margin-bottom: 45px; }
  .step { flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
  .step .txt02 { font-size: 17px; flex: 1; min-width: 200px; }
  .styled_input { height: 54px; font-size: 14px; padding: 0 55px 0 15px; }
  .char_count { right: 15px; font-size: 12px; }
  .upload_grid { display: flex; flex-direction: column; gap: 20px; }
  .image_card { padding: 15px; width: 100%; box-sizing: border-box; }
  .img_box, .file_upload_area { 
    height: 180px; /* 모바일에서는 높이를 살짝 줄임 */
  }
  
  .img_box img, .preview_img {
    max-width: 100%;
    max-height: 100%;
  }
  .agree_box { padding: 15px; }
  .label_text { font-size: 13px; line-height: 1.5; display: inline-block; }
  .label_text span { display: inline-block; color: #ef4444; }
  .action_buttons { margin-top: 30px; }
  .submit_btn { height: 56px; font-size: 16px; }
  .overlay-card { width: calc(100% - 40px); padding: 30px 20px; margin: 0 20px; }
}
.vote_inner { max-width: 1200px; margin: 0 auto; padding: 60px 40px; font-family: var(--ma_ft02), sans-serif; }
.event_tit_vote { text-align: center; margin-bottom: 50px;}
.event_tit_vote .tit { font-size: 35px; font-weight: 800; color: #1E3A8A; margin-bottom: 30px; letter-spacing: -0.02em; line-height: 1.5; font-family: 'Taenada';}
.event_tit_vote .tit span { color: #2563EB;  font-family: 'Taenada'; font-size: 56px;}
.event_tit_vote .txt { font-size: 20px; line-height: 30px; color: #64748b; font-weight: 500;}

.vote_winner { display: flex; justify-content: center; margin-bottom: 20px; }
.vote_winnerP { font-size: 30px; font-weight: 700; color: var(--ma_c01); font-family: var(--ma_ft02); }

.mobile-con2 { display: none; }
.con02 { display: flex; flex-direction: column; gap: 14px; margin-left: 55px;}
.con02 p { display: flex; gap: 12px; }
.con02 .label { width: 130px; height: 38px; line-height: 30px; font-weight: 500; font-size: 16px; color: #fff; background: #5caff5; padding: 6px 14px; border-radius: 6px; text-align: center; flex-shrink: 0;}
.con02 .val { display: flex; align-items: center; font-size: 17px; font-weight: 600; color: #64748b; text-align: center; }
.con02 .val.highlight { color: #4f46e5; font-weight: 800; }

.list_ctrl2 { display: flex; justify-content: space-between; align-items: end; margin: 10px 0 0 0; padding: 0 10px; }
.list_ctrl_left { display: flex; flex-direction: column; gap: 5px;}
.total_cnt2 { font-size: 14px; color: #64748b; font-weight: 400 !important;}
.total_cnt2 strong { font-weight: 900; color: #64748b; }
.total_info {margin-left: 10px; margin-bottom: 5px;}
.vote_remain_txt { font-size: 14px; font-weight: 400; color: #64748b; }
.vote_remain_txt strong { font-weight: 900; color: #64748b;}

.sort_btn_group2 { display: flex; gap: 10px; }
.sort_btn2 { height: 40px; padding: 0 18px; border-radius: 12px; border: 1px solid #e5e7eb; background: #ffffff; color: #6b7280; font-size: 13px; font-weight: 700; cursor: pointer; }
.sort_btn2.on { border-color: #4f46e5; color: #4f46e5; background: #ffffff; }

.vote_panel { border: 1px solid #e5e7eb; border-radius: 16px; background: #ffffff; display: flex; height: auto; overflow-x: auto; flex-direction: column;}
.vote_panel_header { display: grid; grid-template-columns: 80px 1fr 160px; align-items: center; padding: 16px 20px; border-bottom: 1px solid #e5e7eb; background: #ffffff; }
.vote_panel_body {flex: 1;}
.vh_left { font-size: 14px; font-weight: 900; color: #111827; text-align: left; }
.vh_mid { font-size: 14px; font-weight: 900; color: #111827; text-align: left; }
.vh_right { text-align: right; }

.vote_row2 { display: grid; grid-template-columns: 80px 1fr 160px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #f1f2f6; }
.vote_row2:last-child { border-bottom: none; }
.my_row2 { background: #f8faff; }

.vr_left { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.my_badge2 { display: inline-flex; align-items: center; justify-content: center; height: 20px; padding: 0 10px; border-radius: 999px; background: #4f46e5; color: #ffffff; font-size: 11px; font-weight: 900; }
.name_txt2 { font-size: 14px; font-weight: 700; color: #111827; }

.vr_mid { padding-right: 10px; }
.content_inner2 { font-size: 15px; line-height: 1.7; color: #64748b; word-break: break-word; white-space: pre-line; font-weight: 400;}

.vr_right { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.like_btn2 { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-radius: 18px; border: 1px solid #e5e7eb; background: #ffffff; cursor: pointer; }
.heart_icon2 {
  display: inline-block;
  width: 22px; 
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}
.like_cnt2 { font-size: 14px; font-weight: 800; color: #6b7280; }

.like_btn2.on { background: #3b82f6; border: none; }
.like_btn2.on .heart_icon2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'%3E%3C/path%3E%3C/svg%3E");
}
.like_btn2.on .like_txt2, 
.like_btn2.on .like_cnt2 {
  color: #ffffff; /* 흰색 글자 */
}
.like_txt2 { display: inline-block; }
.like_cnt2 { width: 34px; text-align: right; font-size: 13px; font-weight: 800; color: #6b7280; }

.empty_box2 { padding: 40px 20px; text-align: center; }
.empty_txt2 { font-size: 14px; color: #6b7280; font-weight: 700; }

.vote_notice2 { margin-top: 16px; text-align: left; }
.notice_txt2 { font-size: 14px; color: #ef4444; font-weight: 700; margin-left: 10px;}

.vote_bottom_btn2 { display: flex; justify-content: center; margin-top: 50px; }
.vote_done_btn2 { width: 100%; height: 60px; border-radius: 14px; border: none; background: #3b82f6; color: #ffffff; font-size: 18px; font-weight: 500; cursor: pointer; padding: 10px 30px; font-size: 18px;}
.vote_done_btn2:disabled { background: #e5e7eb; color: #9ca3af; cursor: not-allowed; }
.vote_done_msg { margin-top: 12px;font-size: 14px;font-weight: 700;color: #ef4444;text-align: center;}

@media (max-width: 768px) { .vote_panel_header { grid-template-columns: 90px 1fr 90px; padding: 12px 12px; } }
@media (max-width: 768px) { .vote_row2 { grid-template-columns: 90px 1fr 90px; padding: 14px 12px; } }
@media (max-width: 768px) { .content_inner2 { font-size: 14px; } }
@media (max-width: 768px) { .sort_btn2 { height: 38px; padding: 0 12px; font-size: 12px; } }
@media (max-width: 768px) { 
  .vote_done_btn2 { width: 100%;  font-size: 16px; font-weight: 900;} 
  .vote_done_btn2:disabled { background: #e5e7eb; color: #9ca3af; cursor: not-allowed; }
  .vote_done_msg { margin-top: 10px; font-size: 12px; font-weight: 700; color: #ef4444; text-align: center; }
}


.gd_item { padding: 20px; }
.user_flex { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.my_badge { background: #4f46e5; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 800; }
.name_txt { color: #4b5563; font-size: 14px; font-weight: 600; }
.content_inner { font-size: 16px; line-height: 1.7; color: #1f2937; white-space: pre-line; word-break: break-all; }
.like_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
}
.btn_content { display: flex; align-items: center; gap: 6px; }
.heart_ico { font-size: 16px; }
.like_num { font-size: 15px; font-weight: 700; color: #6b7280; }
.like_btn.on { border-color: #3b82f6; background: #eff6ff; }
.like_btn.on .like_num { color: #3b82f6; }
.selection_status { 
  position: fixed; 
  bottom: 40px; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 90%; 
  max-width: 500px; 
  background: #3b82f6; 
  padding: 12px 25px; 
  border-radius: 100px; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  z-index: 1000; 
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4); 
}
.status_txt { color: black; font-size: 15px; }
.status_txt strong { color: black; font-size: 20px; text-decoration: underline; }
.submit_all_btn { padding: 10px 24px; background: black; color: #3b82f6; border: none; border-radius: 50px; font-weight: 800; cursor: pointer; }
.write_banner {
  margin-top: 100px;
  display: flex;
  flex-direction: column; 
  align-items: center;    
  text-align: center;     
  color: black;
  gap: 30px;              
}
.banner_content h3 { font-size: 27px; font-weight: 600; margin-bottom: 15px; }
.banner_content p { font-size: 16px; color: black; }
.banner_btns { display: flex; gap: 10px; display: flex; flex-direction: column; width: 100%;}
.go_main_btn { padding: 10px 30px; background: #3b82f6; color: #fff; font-weight:500; border:1px solid rgba(255,255,255,0.3); border-radius: 14px; cursor: pointer; width: 100%; height: 60px; font-size: 18px;}
.go_result_btn { padding: 10px 30px; background: #000000; color: #fff; font-weight:500; border:1px solid rgba(255,255,255,0.3); border-radius: 14px; cursor: pointer; width: 100%; height: 60px; font-size: 18px;}
.go_write_btn { padding: 10px 30px; background: #000000; color: #fff;font-weight:500; border-radius: 14px; cursor: pointer; width: 100%; height: 60px; font-size: 18px;}

@media (max-width: 768px) {

.vote_inner { padding: 30px 16px; }

.event_tit_vote { margin-bottom: 30px; }
.event_tit_vote .tit { font-size: 20px; margin-bottom: 20px; line-height: 1.5; }
.event_tit_vote .tit span { font-size: 35px;}
.event_tit_vote .txt { font-size: 13px; font-weight: 600; line-height: 1.5; }

.vote_winnerP { font-size: 20px;
    font-family: var(--ma_ft02);
    color: var(--ma_c01);
    font-weight: 700; }

.con02{display:none;}
.mobile-con2 { display: flex; flex-direction: column; gap: 16px; margin: 30px 0; }
.mobile-con2 p { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mobile-con2 .mob-label { width: 100%; height: 38px; line-height: 42px; border-radius: 10px; color: #fff; font-size: 16px; font-family: var(--ma_ft02); background: #5caff5; text-align: center; font-weight: 500; }
.mobile-con2 .mob-val { display: block; font-size: 14px; font-weight: 600; color: #111827; line-height: 1.6; text-align: center; }

.like_btn2 {font-size: 12px;}

.sort_btn_group2 { gap: 5px; }
.list_ctrl2 { margin: 8px 0 6px; }
.total_cnt2 { font-size: 10px; font-weight: 300; }
.sort_btn2 { height: 34px; padding: 0 10px; font-size: 11px; border-radius: 10px; }
.vote_remain_txt { display: block; margin-left: 0; margin-top: 4px; font-size: 11px; }

.vote_panel { border-radius: 12px; height: auto; }
.vote_panel_header { padding: 10px 10px; font-size: 12px; grid-template-columns: 53px 1fr 70px; font-weight: 300;}
.vh_left { font-weight: 400; font-size: 12px;}
.vh_mid { font-weight: 400; font-size: 12px;}

.vote_row2 { grid-template-columns: 55px 1fr 70px; padding: 8px 8px; align-items: baseline;}
.vr_left{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.my_badge2{height:14px;font-size:8px;padding:0 4px;line-height:14px;}
.name_txt2{font-size:12px;line-height:1.2;}

.content_inner2 { font-size: 15px; line-height: 1.5; }

.like_btn2 { height: 20px; padding: 0 5px; gap: 2px; }
.heart_icon2 { width: 16px; height: 14px; }
.like_cnt2 { font-size: 12px; width: 26px; }

.empty_box2 { padding: 30px 10px; }
.empty_txt2 { font-size: 12px; }

.notice_txt2 { font-size: 11px; }

.vote_bottom_btn2 { margin-top: 30px; padding-bottom: 20px; }


.selection_status { padding: 10px 16px; border-radius: 60px; }
.status_txt { font-size: 12px; }
.status_txt strong { font-size: 15px; }
.submit_all_btn { padding: 8px 14px; font-size: 12px; }

.write_banner { padding-top: 0; gap: 10px; margin-top: 50px;}
.banner_content h3 { font-size: 20px; }
.banner_content p { font-size: 13px; }
.banner_btns { display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center;}
.go_main_btn, .go_write_btn { padding: 5px 14px; font-size: 16px; border-radius: 16px; width: 100%; border: none; height: 56px; font-weight: 900; translate: 0.3s;}

}

.fade-up-enter-active, .fade-up-leave-active { transition: all 0.4s ease; }
.fade-up-enter, .fade-up-leave-to { opacity: 0; transform: translate(-50%, 20px); }

/* ===== 레이아웃 및 공통 ===== */
.result_inner { max-width:850px; margin:0 auto; padding:40px 40px; font-family:var(--ma_ft02), sans-serif; color:#64748b; }
.loading_box { padding:80px; text-align:center; }

/* ===== 상단 타이틀 ===== */
.result_top_section { text-align:center; margin-bottom:24px; }
.result_badge { display:inline-block; padding:4px 14px; background:#FFF7ED; color:#EA580C; font-size:13px; font-weight:800; border-radius:6px; margin-bottom:12px; border:1px solid #FFEDD5; }
.event_tit_area .tit { font-size:32px; font-weight:900; line-height:1.4; margin-bottom:20px; word-break:keep-all; color:#1E3A8A; font-family:'Taenada'; }
.event_tit_area .tit span { color:#2563EB; font-size:50px; font-family:'Taenada'; }
.event_tit_area .txt { font-size:18px; color:#64748b; line-height:26px; font-weight:500; }

/* ===== 경품 안내 ===== */
.reward_info_section { display:flex; justify-content:center; margin:20px 0; }
.reward_box { background:#E9F5FF; padding:20px 40px; border-radius:20px; min-width:760px; margin: 0 auto; display: flex; justify-content: center; }
.reward_row { display:flex; align-items:flex-start; gap:32px; }
.reward_row + .reward_row { margin-top:10px; padding-top:10px; border-top:1px dashed rgba(92,175,245,0.3); }
.reward_label { display:flex; width:96px; height:36px; align-items: center; justify-content: center; background:#5caff5; color:#fff; font-size:18px; font-weight:500; border-radius:5px; }
.reward_value { font-size:18px; color:#64748b; font-weight:500; }
.date_text { line-height:36px; }
.reward_value_list { display:flex; flex-direction:column; gap:7px;}
.reward_item { display:flex; align-items:center; font-size:17px; color:#64748b; margin-top: 10px; }
.item_title { font-weight:800; width:210px; }
.item_desc { font-weight:500; }
.p_price { color:#2563eb; font-weight:900!important; font-size:1.05em; }
.reward_notice { color: red; font-size: 14px; font-weight: 400; margin-top: 12px; line-height: 1.3;}
.reward_box_content {width: 650px;}

/* ===== 결과 영역 (스크롤 핵심) ===== */
.result_stage { max-height:520px; overflow-y:auto; padding-right:6px;}

/* ===== 수상 결과 ===== */
.prize_container { margin-bottom:28px; }
.winner_title { display:flex; align-items:center; gap:8px; margin:24px 0 12px; font-size:24px; color:#1e3a8a; }
.winner_title span {font-weight: 700;}
.medal_img { width:26px; height:auto; }

.winner_list { display:flex; flex-direction:column; gap:10px; }

.winner_row { display:grid; grid-template-columns:120px 1fr 60px; align-items:center; padding:10px 0; border-bottom:1px solid #f1f2f6; font-size:15px; }
.winner_row.big { font-size:17px; border-bottom:2px solid #e2e8f0; padding-bottom:14px; }

.winner_id { color:#475569; font-weight:400; }
.winner_content { color:#64748b; word-break:keep-all; font-weight:700; }
.winner_vote { text-align:center; color:#475569; font-weight:400; }

/* ===== 하단 버튼 ===== */
.result_footer_btns { display:flex; flex-direction: column; gap:12px; margin-top:28px; }
.result_footer_btns button { flex:1; padding:16px; border-radius:14px; font-size:15px; font-weight:700; cursor:pointer; transition:0.2s; }
.btn_primary { background:#3b82f6; color:#fff; border:none; }
.btn_secondary { background:#000000; color:#fff; border:1px solid #E5E7EB; }

/* ===== 모바일 ===== */
@media (max-width:768px) {
  .result_inner { padding:24px 15px; }
  .event_tit_area .tit { font-size:20px; }
  .event_tit_area .tit span { font-size:36px; }
  .reward_box { min-width:unset; width:100%; padding:24px 20px; }
  .reward_row { flex-direction:column; gap:14px; }
  .reward_value_list { width:100%; }
  .reward_label { width:80px; height:32px; line-height:32px; font-size:14px; }
  .reward_item { justify-content:space-between; }
  .item_title { width:auto; font-size:16px; }
  .item_desc { font-size:16px; }
  .reward_notice { font-size:12px; width: 100%; }
  .result_stage { max-height:460px; }
  .winner_title { font-size:20px; }
  .winner_row { grid-template-columns:80px 1fr 50px; font-size:15px; }
  .winner_row.big { font-size:17px; }
  .result_footer_btns { flex-direction:column; }
}