/* ev13.css */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');.event13 { min-width: 320px; position: relative; font-family: 'Pretendard', sans-serif; color: #333; word-break: keep-all; background: #fff; overflow-x: hidden; } 
.event13 .innerSection { max-width: 1200px; margin: 0 auto; box-sizing: border-box; } 
.event13 img { max-width: 100%; display: block; } 
.bg-shape { position: absolute; right: -170px; top: -283px; width: 1306px; height: 1159px; background: url(../images/ev13/bg_shape.png) no-repeat 0 0 / contain; z-index: 1; pointer-events: none; } 
.bg-stripe { position: absolute; right: -1px; top: -47px; width: 361px; height: 360px; background: url(../images/ev13/bg_stripe.png) no-repeat 0 0 / contain; z-index: 2; pointer-events: none; } 
.bg-firework { position: absolute; left: calc(50% + 48px); top: -20px; width: 680px; height: 387px; background: url(../images/ev13/bg_firework.png) no-repeat 0 0 / contain; z-index: 2; pointer-events: none; } 
.bg-confetti { position: absolute; left: calc(50% + 54px); top: 110px; width: 642px; height: 401px; background: url(../images/ev13/bg_confetti.png) no-repeat 0 0 / contain; z-index: 3; pointer-events: none; } 


.hero-section { position: relative; min-height: 585px; padding-top: 100px; } 
.hero-section .innerSection { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 4; } 
.hero-copy { position: relative; z-index: 2; width: 650px; } 
.event-badge { display: inline-flex; align-items: center; height: 62px; padding: 0 38px; border-radius: 31px; background: #fff; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); font-size: 20px; font-weight: 700; letter-spacing: -.04em; color: #111; gap: 10px; } 
.event-badge img { width: 24px; height: auto; } 
.event-badge strong { color: #37c75b; font-weight: 700; } 
.logo-badge {margin-top: 40px; max-width: 200px;}
.hero-title { margin: 20px 0 0; font-size: 62px; font-weight: 700; color: #000; } 
.hero-title strong { background: linear-gradient(90deg, #6f46e8 0%, #7b64f4 45%, #7ba7fb 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; font-size: 66px; font-weight: 800; } 
.hero-desc { margin: 60px 0 0; font-size: 26px; line-height: 1.5; letter-spacing: -0.5px; font-weight: 600; color: #111; } 
.info-category { display: flex; gap: 25px; margin-top: 60px; } 
.info-category li { flex-shrink: 0; width: 140px; height: 140px; border-radius: 28px; background: #fff; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; letter-spacing: -.05em; color: #111; } 
.category-icon { height: 62px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } 
.category-icon img { max-height: 50px; width: auto; } 
.hero-visual { position: absolute; right: -50px; top: -30px; width: 583px; z-index: 1; } 
.hero-visual img { width: 100%; } 
.visual-mo { display: none; } 


@media (max-width: 1240px){
 .innerSection { margin: 0 20px !important; } 
 .hero-copy { width: 55%; } 
 .hero-visual { width: 48%; right: -20px; } 
 }

@media (max-width: 900px) {
    .logo-badge {margin: 40px auto 0;}
    .hero-visual { display: none; } 
.visual-mo { display: block; } 
.visual-mo img { max-width: 300px; margin: 60px auto 0; } 
.hero-copy { width: 100%; text-align: center; } 
.info-category { justify-content: center; }
}

@media (max-width: 768px){
 .info-category { flex-wrap: wrap; } 
 .info-category li { 
 width: calc(50% - 13px); height: auto; padding: 20px; } 
 }

@media (max-width: 640px){
 .innerSection { margin: 0 10px !important; } 
 .hero-section { min-height: auto; padding-top: 30px; } 
.event-badge { height: 46px; padding: 0 20px; font-size: 16px; } 
.visual-mo img { max-width: 150px; margin: 30px auto 0; } 
 
.event-badge img { width: 16px; } 
 .hero-title { margin-top: 10px; font-size: 24px; } 
 .hero-title strong { font-size: 36px; } 
 .hero-desc { margin-top: 30px; font-size: 16px; } 
 .info-category { gap: 10px; margin-top: 30px; } 
.category-icon img { max-height: 32px; } 
.category-icon { height: auto; margin-bottom: 10px; } 
.info-category li { width: calc(50% - 5px); } 
    .logo-badge {
        max-width: 100px;
        margin: 30px auto 0;
    }
}

.summary-card { width: 100%; margin-top: 40px; position: relative; z-index: 5; } 
.summary-card .innerSection { display: grid; grid-template-columns: 1.49fr 1fr; background: #fff; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); border-radius: 30px; min-height: 144px; padding: 0; overflow: hidden; } 
.summary-item { display: flex; align-items: center; padding: 30px 42px; position: relative; } 
.summary-item + .summary-item:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 78px; background: #edf0f5; } 
.summary-icon { width: 82px; height: 82px; border-radius: 50%; background: #efedff; display: flex; align-items: center; justify-content: center; margin-right: 32px; } 
.summary-icon img { max-width: 42px; max-height: 42px; } 
.summary-label { margin: 0 0 5px; font-size: 17px; font-weight: 800; color: #111; } 
.summary-value { margin: 0; font-size: 25px; font-weight: 700; color: #4f3c99; word-break: keep-all; line-height: 1.5; } 
.summary-value span { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding: 0 14px; margin-left: 05px; border-radius: 15px; background: #efedff; font-size: 15px; color: #6e54dd; font-weight: 700; } 
.summary-note { margin: 8px 0 0; font-size: 14px; color: #717784; } 

@media (max-width: 900px) {
 .summary-card .innerSection { grid-template-columns: 1fr; } 
 .summary-item + .summary-item:before { display: none; } 
 }

@media (max-width: 560px){
 .summary-item { flex-direction: column; align-items: center; padding: 25px; } 
 .summary-text { text-align: center; } 
 .summary-icon { margin: 0 0 15px 0; width: 62px; height: 62px; } 
 .summary-value { font-size: 20px; } 
 .summary-value span { margin-left: 0; height: 28px;} 
 .summary-icon img { max-width: 25px; max-height: 25px; } 
 }

 .participation-section { padding-top: 70px; } 
.section-title { margin: 0 0 60px; font-size: 36px; line-height: 1; font-weight: 700; letter-spacing: -.05em; color: #111; text-align: left; /* 기존 스타일 기준 */ } 
.section-title span { position: relative; display: inline-block; padding-left: 40px; } 
.section-title span:before { content: "✦"; position: absolute; left: 0; top: 0; font-size: 34px; color: #ffd12a; } 
.step-list { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 35px; margin: 0; padding: 0; } 
.step-list li { position: relative; height: 243px; border-radius: 26px; background: #fff; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 55px; } 
.step-list em { position: absolute; top: -21px; left: 50%; transform: translateX(-50%); width: 104px; height: 44px; border-radius: 22px; background: linear-gradient(90deg, #8d4ff1 0%, #a38aff 100%); box-shadow: 0 10px 18px rgba(120, 86, 239, .22); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-style: normal; font-weight: 700; letter-spacing: -.02em; } 
.step-list img { height: 62px; width: auto; margin-bottom: 20px; } 
.step-list p { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80px; margin: 0; font-size: 18px; line-height: 1.5; font-weight: 500; letter-spacing: -.05em; color: #111; } 
.step-list strong { color: #7249ec; font-weight: 700; } 
.step-notice { margin: 40px 0 0; text-align: center; font-size: 16px; line-height: 1.9; font-weight: 400; letter-spacing: -.04em; color: #888; } 

@media (max-width: 900px){
 .step-list { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; } 
 }

@media (max-width: 560px){
 .participation-section { padding-top: 60px; } 
 .section-title { font-size: 28px; text-align: center; } 
 .step-list { grid-template-columns: 1fr; } 
 .step-list li { height: auto; min-height: auto; padding-bottom: 28px; } 
 .step-list img { height: 42px; margin-bottom: 10px; } 
.step-list p { min-height: auto; font-size: 16px; } 
.step-notice { margin: 20px 0 0; font-size: 14px; line-height: 1.5; } 
 }


.benefit-section { padding: 70px 0; } 
.benefit_flex { display: flex; gap: 35px; } 
.b_box { flex: 1; border-radius: 35px; overflow: hidden; border: 1px solid #eef2f7; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04); background: #fff; display: flex; flex-direction: column; } 
.b_tit { background: #702dea; color: #fff; padding: 30px; text-align: center; font-size: 28px; font-weight: 700; margin: 0; letter-spacing: -0.05em; } 
.b_con { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 50px 20px; box-sizing: border-box; } 
.check_list { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; } 
.check_list li { position: relative; padding-left: 24px; font-size: 16px; font-weight: 700; color: #444; letter-spacing: -0.04em; } 
.check_list li::before { content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; background: url('../images/ev13/check.png') no-repeat center; background-size: contain; } 
.gift_wrap { display: flex; justify-content: center; gap: 50px; } 
.gift_wrap.all .count { right: -2px; } 

.gift { text-align: center; } 
.g_img { position: relative; margin-bottom: 10px; display: inline-block; } 
.g_img img { height: 120px; } 
.list_wrap img { margin: 0 auto 20px; max-width: 100px; } 
.count { position: absolute; top: -12px; right: -30px; background: #4b6fff; color: #fff; font-size: 13px; padding: 4px 10px; border-radius: 12px; font-weight: 800; box-shadow: 0 5px 10px rgba(75, 111, 255, 0.3); } 
.gift p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.5; color: #555; letter-spacing: -0.04em; } 
.total_txt { font-size: 22px; font-weight: 900; color: #702dea; margin-bottom: 12px; text-align: center; letter-spacing: -0.05em; } 
.ex_txt { margin-top: 40px; font-size: 13px; color: #999; text-align: center; letter-spacing: -0.04em; } 

@media (max-width: 1024px){
 .benefit_flex { flex-direction: column; } 
 
 .b_con { min-height: auto; padding: 40px 30px; } 

}

@media (max-width: 560px){
 .b_tit { font-size: 20px; padding: 20px; } 
.benefit-section { padding: 40px 0; } 
 .gift_wrap { flex-direction: column; gap: 40px; } 


 .check_list li { font-size: 16px; text-align: left; } 
 .check_list { align-items: center; } 
 .g_img img { height: 82px; } 
.list_wrap img { max-width: 72px; } 
 }

.apply-section .innerSection { max-width: 1200px; margin: 0 auto; display: flex; background: linear-gradient(135deg, #8d4ff1 0%, #6295e7 100%); border-radius: 30px; overflow: hidden; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); } 
.apply-left { flex: 0 0 355px; padding: 60px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; } 
.apply-left h2 { margin: 0 0 20px; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -.05em; line-height: 1.2; } 
.apply-left p { margin: 0 0 30px; font-size: 16px; line-height: 1.6; font-weight: 500; color: #fff; letter-spacing: -.04em; } 
.apply-left .qr-img { width: 150px; height: 150px; margin-bottom: 30px; border-radius: 15px; border: 1px solid #e2e8f0; background: #fff; } 
.apply-left .kakao-link { width: 100%; max-width: 240px; height: 54px; background: #fee500; color: #181600; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; } 
.apply-left .kakao-link::before { content: ''; display: flex; width: 34px; height: 35px; background: url(../images/ev13/ico_kakao02.png) center no-repeat; } 
.apply-form { flex: 1; padding: 40px 50px; background: #fff; border-radius: 30px 0 0 30px; } 
.form-row { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; } 
.form-row > label, 
.form-label { display: block; flex-shrink: 0; min-width: 80px; font-size: 18px; font-weight: 700; color: #111; } 
.form-row input[type="text"],
.form-row input[type="tel"] { width: 100%; height: 56px; padding: 0 20px; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 16px; background: #fff; } 
.form-row input:focus { outline: none; border-color: #6d35e8; } 
.interest-row .form-label small { display: inline-block; font-size: 13px; color: #6d35e8; font-weight: 600; margin-top: 4px; } 
.interest-grid { display: flex; flex-wrap: wrap; gap: 20px; width: 100%; background: #f8fafc; padding: 20px 30px; border-radius: 15px; margin-top: 10px; } 
.interest-grid label { display: flex; align-items: center; min-width: 120px; font-size: 15px; font-weight: 500; color: #444; cursor: pointer; } 
.interest-grid input { width: 18px; height: 18px; margin-right: 8px; accent-color: #6d35e8; } 
.agree-row { display: flex; align-items: center; justify-content: space-between; margin: 35px 0; padding-top: 25px; border-top: 1px dashed #e2e8f0; } 
.agree-row label { display: flex; align-items: center; font-size: 15px; font-weight: 700; color: #111; cursor: pointer; } 
.agree-row label strong { color: #ff3b3b; font-size: 12px; margin-left: 6px; } 
.agree-row input { width: 20px; height: 20px; margin-right: 12px; accent-color: #6d35e8; } 
.agree-row .privacy-btn { background: none; border: none; border-bottom: 1px solid #999; color: #777; font-size: 14px; cursor: pointer; } 
.submit-btn { width: 100%; height: 52px; background: #111; color: #fff; border: none; border-radius: 15px; font-size: 20px; font-weight: 500; cursor: pointer; } 
.submit-btn:hover { background: #6d35e8; } 


@media (max-width: 1024px){
 .apply-section .innerSection { flex-direction: column; } 
 .apply-left { flex: none; width: 100%; padding: 50px 24px; } 
 .apply-form { padding: 50px 30px; border-radius: 20px; } 
 }

@media (max-width: 640px){
 .interest-grid label { min-width: auto; } 
 .agree-row { flex-direction: column; align-items: flex-start; gap: 15px; } 
 .form-row { flex-direction: column; align-items: flex-start; gap: 10px; } 
 }

.service-section { padding: 70px 0; } 
.service-section .innerSection { display: grid; grid-template-columns: repeat(4, 1fr); width: 1202px; max-width: calc(100% - 40px); margin: 0 auto; background: #fff; border-radius: 26px; box-shadow: 0 10px 24px rgba(18, 24, 40, .06); overflow: hidden; } 
.service-section article { position: relative; text-align: center; padding-top: 39px; padding-bottom: 45px; } 
.service-section article+article:before { content: ""; position: absolute; left: 0; top: 38px; width: 1px; height: 214px; background: #e9ecf2; } 
.service-section img { height: 52px; width: auto; margin: 0 auto 27px; } 
.service-section h2 { margin: 0 0 18px; font-size: 18px; font-weight: 900; letter-spacing: -.05em; color: #111; } 
.service-section p { margin: 0; font-size: 15px; line-height: 1.55; font-weight: 300; letter-spacing: -.05em; color: #111; } 

@media (max-width: 1240px){
 .service-section .innerSection { width: 100%; max-width: calc(100% - 32px); } 
 }

@media (max-width: 900px){
 .service-section .innerSection { grid-template-columns: repeat(2, 1fr); } 
 .service-section article { padding-bottom: 38px; } 
 }

@media (max-width: 560px){
 .service-section img { height: 42px; margin: 0 auto 20px; } 
 .service-section .innerSection { grid-template-columns: 1fr; max-width: calc(100% - 24px); } 
 .service-section article+article:before { display: none; } 
 .service-section article:not(:first-child) { border-top: 1px solid #e9ecf2; } 
 }

 .event13 .eventWarning { padding: 60px 0; background: #6f6f6f; color: #fff; } 
.event13 .warning_wrap { display: flex; gap: 50px; } 
.event13 .warning_box { flex: 1; } 
.event13 .warning_box strong { display: block; font-size: 20px; margin-bottom: 20px; } 
.event13 .warningList li { position: relative; padding-left: 15px; margin-bottom: 8px; font-size: 14px; opacity: 0.8; line-height: 1.6; } 
.event13 .warningList li::before { content: '·'; position: absolute; left: 0; font-weight: 800; } 

.event13 .contact_box { flex: 1; border-left: 1px solid rgba(255,255,255,0.1); padding-left: 50px; background: url(../images/ev13/img_footer_device.png) bottom right no-repeat; } 
.event13 .contact_box strong { display: block; font-size: 20px; margin-bottom: 20px; } 
.event13 .contact_box p::before { content: ''; display: flex; background: url(../images/ev13/ico_tel.png) center no-repeat; background-size: contain !important; width: 16px; height: 16px; } 
.event13 .contact_box p.email::before { background-image: url(../images/ev13/ico_email.png); } 
.event13 .contact_box p.email { padding: 20px 0; } 
.event13 .contact_box p { display: flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 300; } 
.event13 .btn_home { display: inline-block; background: #fff; color: #1e272e; padding: 10px 20px; border-radius: 5px; font-weight: 700; text-decoration: none; font-size: 14px; } 

@media all and (max-width: 1024px){
 .event13 .contact_box { background-image: none; } 
 }
@media all and (max-width: 768px){
 .event13 .warning_wrap { flex-direction: column; } 
 .event13 .contact_box { border-top: 1px solid rgba(255,255,255,0.1); border-left: 0; padding-left: 0; padding-top: 50px; } 
 }
@media all and (max-width: 640px) { 
 .event13 .eventWarning { padding: 40px 20px; } 
 
 .event13 .warning_box strong, .event13 .contact_box strong { font-size: 18px; } 
 }

 /* 모달 */
 .modal_layer { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; } 
.modal_dim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); } 
.modal_content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 500px; background: #fff; border-radius: 20px; z-index: 1001; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.2); } 
.modal_header { padding: 20px 25px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; background: #f8f9ff; } 
.modal_header h3 { font-size: 18px; font-weight: 800; color: #333; } 
.modal_header .btn_close { background: none; border: none; font-size: 30px; cursor: pointer; color: #999; line-height: 1; } 
.modal_body { padding: 25px; max-height: 400px; overflow-y: auto; } 
.privacy_text h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: #6c5ce7; } 
.privacy_text p { font-size: 14px; line-height: 1.6; color: #666; margin-bottom: 20px; } 
.modal_footer { padding: 20px 25px; border-top: 1px solid #eee; text-align: center; } 
.modal_footer .btn_confirm { background: #6c5ce7; color: #fff; border: none; padding: 12px 40px; border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 16px; } 
